mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user