1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 16:47:03 +08:00

Upd: Modified some options for restart emulator

This commit is contained in:
SarContDeli
2022-08-17 20:17:07 +08:00
parent 94dd262d3e
commit ac5466e5dc
10 changed files with 61 additions and 105 deletions

View File

@@ -110,25 +110,19 @@
}
},
"RestartEmulator": {
"LaunchMode": {
"Enable": {
"type": "checkbox",
"value": false
},
"EmulatorType": {
"type": "select",
"value": "do_not_use",
"value": "auto",
"option": [
"do_not_use",
"auto",
"nox_player",
"bluestacks_5",
"mumu_player",
"custom"
"mumu_player"
]
},
"CustomStartCommand": {
"type": "textarea",
"value": "C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox"
},
"CustomKillCommand": {
"type": "textarea",
"value": "C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox -quit"
}
},
"Error": {

View File

@@ -36,15 +36,10 @@ Emulator:
ScreenshotDedithering: false
AdbRestart: false
RestartEmulator:
LaunchMode:
value: do_not_use
option: [do_not_use, auto, nox_player, bluestacks_5, mumu_player, custom]
CustomStartCommand:
type: textarea
value: C:\Program Files\Nox\bin\Nox.exe -clone:nox
CustomKillCommand:
type: textarea
value: C:\Program Files\Nox\bin\Nox.exe -clone:nox -quit
Enable: False
EmulatorType:
value: auto
option: [auto, nox_player, bluestacks_5, mumu_player]
Error:
HandleError: true
SaveError: true