Skip to content

Commit

Permalink
更改快要过期的理智药的描述
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Jul 26, 2024
1 parent ec35aab commit 65f7536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arknights_mower/utils/config/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class MaaDailyPlan1(BaseModel):
maa_gap: int = 3
"日常任务间隔"
maa_expiring_medicine: bool = True
"自动使用60小时内过期的理智药"
"自动使用快要过期(约3天)的理智药"
maa_eat_stone: bool = False
"无限吃源石"
maa_weekly_plan: list[MaaDailyPlan] = [
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/MaaWeekly.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function create_tag(label) {
>
<n-form-item :show-label="false">
<n-checkbox v-model:checked="maa_expiring_medicine">
自动使用60小时内过期的理智药
自动使用快要过期(约3天)的理智药
</n-checkbox>
</n-form-item>
</n-form>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/MaaWeeklyNew.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function clear() {
<help-text>
<p>先看上一个周计划问号</p>
<p>如何不打本: <b>把所有的"打"都点了</b>或者点一次<b>清除当前配置以匹配最新表格</b></p>
<p>48 小时内过期的理智药选项在上面 往上滑。</p>
<p>快要过期的理智药选项在上面 往上滑。</p>
<p>建议每次更新后 点一次<b>清除当前配置以匹配最新表格</b></p>
<p>如果觉得这个表有什么要改进的 at群管理</p>
<p>前三行的空行用来写 一些自定义关卡</p>
Expand Down

0 comments on commit 65f7536

Please sign in to comment.