1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 10:43:33 +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

@@ -381,6 +381,30 @@
"help": "Emulator.AdbRestart.help"
}
},
"RestartEmulator": {
"_info": {
"name": "RestartEmulator._info.name",
"help": "RestartEmulator._info.help"
},
"LaunchMode": {
"name": "RestartEmulator.LaunchMode.name",
"help": "RestartEmulator.LaunchMode.help",
"do_not_use": "do_not_use",
"auto": "auto",
"nox_player": "nox_player",
"bluestacks_5": "bluestacks_5",
"mumu_player": "mumu_player",
"custom": "custom"
},
"CustomStartCommand": {
"name": "RestartEmulator.CustomStartCommand.name",
"help": "RestartEmulator.CustomStartCommand.help"
},
"CustomKillCommand": {
"name": "RestartEmulator.CustomKillCommand.name",
"help": "RestartEmulator.CustomKillCommand.help"
}
},
"Error": {
"_info": {
"name": "Error._info.name",