Skip to content

Commit

Permalink
修复UI修改主表耗尽心情不生效
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Nov 20, 2023
1 parent dc4c6dd commit 69d1af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Plan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ watchEffect(() => {
ling_xi.value = current_conf.value.ling_xi
max_resting_count.value = current_conf.value.max_resting_count
rest_in_full.value = current_conf.value.rest_in_full
max_resting_count.value = current_conf.value.max_resting_count
exhaust_require.value = current_conf.value.exhaust_require
resting_priority.value = current_conf.value.resting_priority
workaholic.value = current_conf.value.workaholic
refresh_trading.value = current_conf.value.refresh_trading
Expand Down

0 comments on commit 69d1af3

Please sign in to comment.