1
0
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:
RedDeadDepresso
2024-01-04 22:04:30 +00:00
committed by YoursFunny
parent 73568fe48c
commit f932b2ac10
12 changed files with 47 additions and 9 deletions
+2 -1
View File
@@ -128,7 +128,8 @@
"option": [
"stay_there",
"goto_main",
"close_game"
"close_game",
"shutdown"
]
}
}
+1 -1
View File
@@ -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 ====================