1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-25 03:32:38 +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": {