mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Opt: Refactored some code of emulator.py
This commit is contained in:
@@ -27,9 +27,9 @@ class GeneratedConfig:
|
||||
Emulator_AdbRestart = False
|
||||
|
||||
# Group `RestartEmulator`
|
||||
RestartEmulator_LaunchMode = 'do_not_use' # do_not_use, auto, nox_player, bluestacks_player_5, mumu_player, custom
|
||||
RestartEmulator_CustomStartFilter = 'C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox'
|
||||
RestartEmulator_CustomKillFilter = 'C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox -quit'
|
||||
RestartEmulator_LaunchMode = 'do_not_use' # do_not_use, auto, nox_player, bluestacks_5, mumu_player, custom
|
||||
RestartEmulator_CustomStartCommand = 'C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox'
|
||||
RestartEmulator_CustomKillCommand = 'C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox -quit'
|
||||
|
||||
# Group `Error`
|
||||
Error_HandleError = True
|
||||
|
||||
Reference in New Issue
Block a user