1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

test: exit emulator

This commit is contained in:
RedDeadDepresso
2024-01-05 18:07:29 +00:00
committed by YoursFunny
parent f932b2ac10
commit 64d63bdd24
7 changed files with 64 additions and 22 deletions
+2
View File
@@ -129,6 +129,8 @@
"stay_there",
"goto_main",
"close_game",
"exit_aas",
"exit_aas_emulator",
"shutdown"
]
}
+1 -1
View File
@@ -71,7 +71,7 @@ Optimization:
CombatScreenshotInterval: 1.0
WhenTaskQueueEmpty:
value: goto_main
option: [ stay_there, goto_main, close_game, shutdown ]
option: [ stay_there, goto_main, close_game, exit_aas, exit_aas_emulator, shutdown ]
# ==================== Daily ====================
+1 -1
View File
@@ -37,7 +37,7 @@ class GeneratedConfig:
# Group `Optimization`
Optimization_ScreenshotInterval = 0.3
Optimization_CombatScreenshotInterval = 1.0
Optimization_WhenTaskQueueEmpty = 'goto_main' # stay_there, goto_main, close_game, shutdown
Optimization_WhenTaskQueueEmpty = 'goto_main' # stay_there, goto_main, close_game, exit_aas, exit_aas_emulator, shutdown
# Group `Cafe`
Cafe_Reward = True
+2
View File
@@ -225,6 +225,8 @@
"stay_there": "Stay There",
"goto_main": "Goto Main Page",
"close_game": "Close Game",
"exit_aas": "Exit AAS",
"exit_aas_emulator": "Exit AAS & Emulator",
"shutdown": "Shutdown"
}
},
+2
View File
@@ -225,6 +225,8 @@
"stay_there": "停在原处",
"goto_main": "前往主界面",
"close_game": "关闭游戏",
"exit_aas": "exit_aas",
"exit_aas_emulator": "exit_aas_emulator",
"shutdown": "shutdown"
}
},