1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 11:27:01 +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": {