mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: Emulator auto detect and restart(experimental)
This commit is contained in:
@@ -109,6 +109,27 @@
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"RestartEmulator": {
|
||||
"LaunchMode": {
|
||||
"type": "select",
|
||||
"value": "do_not_use",
|
||||
"option": [
|
||||
"do_not_use",
|
||||
"auto",
|
||||
"Nox",
|
||||
"Nemu",
|
||||
"custom"
|
||||
]
|
||||
},
|
||||
"CustomStartFilter": {
|
||||
"type": "textarea",
|
||||
"value": "C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox"
|
||||
},
|
||||
"CustomKillFilter": {
|
||||
"type": "textarea",
|
||||
"value": "C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox -quit"
|
||||
}
|
||||
},
|
||||
"Error": {
|
||||
"HandleError": {
|
||||
"type": "checkbox",
|
||||
|
||||
@@ -35,6 +35,14 @@ Emulator:
|
||||
option: [ADB, uiautomator2, minitouch, Hermit]
|
||||
ScreenshotDedithering: false
|
||||
AdbRestart: false
|
||||
RestartEmulator:
|
||||
LaunchMode:
|
||||
value: do_not_use
|
||||
option: [do_not_use, auto, Nox, Nemu, custom]
|
||||
CustomStartFilter: |-
|
||||
C:\Program Files\Nox\bin\Nox.exe -clone:nox
|
||||
CustomKillFilter: |-
|
||||
C:\Program Files\Nox\bin\Nox.exe -clone:nox -quit
|
||||
Error:
|
||||
HandleError: true
|
||||
SaveError: true
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
Alas:
|
||||
- Emulator
|
||||
- RestartEmulator
|
||||
- Error
|
||||
- Optimization
|
||||
- DropRecord
|
||||
|
||||
Reference in New Issue
Block a user