mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
feat: shutdown when task queue empty
This commit is contained in:
@@ -128,7 +128,8 @@
|
||||
"option": [
|
||||
"stay_there",
|
||||
"goto_main",
|
||||
"close_game"
|
||||
"close_game",
|
||||
"shutdown"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ Optimization:
|
||||
CombatScreenshotInterval: 1.0
|
||||
WhenTaskQueueEmpty:
|
||||
value: goto_main
|
||||
option: [ stay_there, goto_main, close_game ]
|
||||
option: [ stay_there, goto_main, close_game, shutdown ]
|
||||
|
||||
# ==================== Daily ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user