1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +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

@@ -61,9 +61,14 @@
"type": "input",
"value": 0
},
"CloseGameDuringWait": {
"type": "checkbox",
"value": false
"WhenTaskQueueEmpty": {
"type": "select",
"value": "goto_main",
"option": [
"stay_there",
"goto_main",
"close_game"
]
}
},
"DropRecord": {

View File

@@ -30,7 +30,9 @@ Error:
Optimization:
CombatScreenshotInterval: 1.0
TaskHoardingDuration: 0
CloseGameDuringWait: false
WhenTaskQueueEmpty:
value: goto_main
option: [stay_there, goto_main, close_game]
DropRecord:
SaveFolder: ./screenshots
AzurStatsID: null