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

Merge pull request #1326 from SaiCateDoan/sim

Add: Emulator auto detect and restart
This commit is contained in:
LmeSzinc
2022-08-14 23:04:04 +08:00
committed by GitHub
15 changed files with 497 additions and 10 deletions

View File

@@ -109,6 +109,28 @@
"value": false
}
},
"RestartEmulator": {
"LaunchMode": {
"type": "select",
"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"
}
},
"Error": {
"HandleError": {
"type": "checkbox",