1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 00:09:18 +08:00

Add: Goto main page when task queue is empty

- Refactor: Task waiting
- Fix: Saving config twice in nested multiset wrapper
This commit is contained in:
LmeSzinc
2021-11-14 00:12:43 +08:00
parent 5e2d5d7444
commit e984859ad6
12 changed files with 141 additions and 80 deletions

View File

@@ -296,9 +296,12 @@
"name": "囤積任務 X 分鐘",
"help": "能在收穫期間降低操作遊戲的頻率\n任務觸發後等待 X 分鐘後,一次性執行佇列中的任務"
},
"CloseGameDuringWait": {
"name": "任務時關閉遊戲",
"help": "能在收期間降低 CPU 使用率"
"WhenTaskQueueEmpty": {
"name": "任務隊列清空後",
"help": "無任務時關閉遊戲,能在收期間降低 CPU 佔用",
"stay_there": "停在原處",
"goto_main": "前往主界面",
"close_game": "關閉遊戲"
}
},
"DropRecord": {