Skip to content

Commit

Permalink
调整心情阈值设置及说明
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Sep 17, 2023
1 parent 359b6f2 commit 8421fb9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ui/src/pages/Advanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,20 @@ async function select_simulator_folder() {
<tr>
<td>
心情阈值:<help-text>
<div>2电站推荐大于0.5</div>
<div>3电站推荐大于0.75</div>
<div>2电站推荐不低于0.75</div>
<div>3电站推荐不低于0.5</div>
<div>即将大更新推荐设置成0.8</div>
</help-text>
</td>
<td colspan="2">
<div class="threshold">
<n-slider v-model:value="resting_threshold" :step="0.05" :min="0.5" :max="0.8" />
<n-input-number v-model:value="resting_threshold" />
<n-input-number
v-model:value="resting_threshold"
:step="0.05"
:min="0.5"
:max="0.8"
/>
</div>
</td>
</tr>
Expand Down

0 comments on commit 8421fb9

Please sign in to comment.