mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 17:27:22 +08:00
Add: Alas.EmulatorInfo settings
This commit is contained in:
@@ -139,23 +139,34 @@
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"RestartEmulator": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
"EmulatorInfo": {
|
||||
"Emulator": {
|
||||
"type": "select",
|
||||
"value": "auto",
|
||||
"option": [
|
||||
"auto",
|
||||
"NoxPlayer",
|
||||
"NoxPlayer64",
|
||||
"BlueStacks4",
|
||||
"BlueStacks5",
|
||||
"BlueStacks4HyperV",
|
||||
"BlueStacks5HyperV",
|
||||
"LDPlayer3",
|
||||
"LDPlayer4",
|
||||
"LDPlayer9",
|
||||
"MuMuPlayer",
|
||||
"MuMuPlayerX",
|
||||
"MuMuPlayer12",
|
||||
"MEmuPlayer"
|
||||
]
|
||||
},
|
||||
"EmulatorData": {
|
||||
"name": {
|
||||
"type": "textarea",
|
||||
"value": "emulator:\nname:\npath:",
|
||||
"mode": "yaml"
|
||||
"value": null
|
||||
},
|
||||
"ErrorRestart": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"DailyRestart": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
"path": {
|
||||
"type": "textarea",
|
||||
"value": null
|
||||
}
|
||||
},
|
||||
"Error": {
|
||||
|
||||
@@ -38,17 +38,31 @@ Emulator:
|
||||
option: [ ADB, uiautomator2, minitouch, Hermit, MaaTouch ]
|
||||
ScreenshotDedithering: false
|
||||
AdbRestart: false
|
||||
RestartEmulator:
|
||||
Enable: false
|
||||
EmulatorData:
|
||||
EmulatorInfo:
|
||||
Emulator:
|
||||
value: auto
|
||||
option: [
|
||||
auto,
|
||||
NoxPlayer,
|
||||
NoxPlayer64,
|
||||
BlueStacks4,
|
||||
BlueStacks5,
|
||||
BlueStacks4HyperV,
|
||||
BlueStacks5HyperV,
|
||||
LDPlayer3,
|
||||
LDPlayer4,
|
||||
LDPlayer9,
|
||||
MuMuPlayer,
|
||||
MuMuPlayerX,
|
||||
MuMuPlayer12,
|
||||
MEmuPlayer,
|
||||
]
|
||||
name:
|
||||
value: null
|
||||
type: textarea
|
||||
path:
|
||||
value: null
|
||||
type: textarea
|
||||
mode: yaml
|
||||
value: |-
|
||||
emulator:
|
||||
name:
|
||||
path:
|
||||
ErrorRestart: False
|
||||
DailyRestart: False
|
||||
Error:
|
||||
HandleError: true
|
||||
SaveError: true
|
||||
|
||||
@@ -10,7 +10,7 @@ Alas:
|
||||
tasks:
|
||||
Alas:
|
||||
- Emulator
|
||||
- RestartEmulator
|
||||
- EmulatorInfo
|
||||
- Error
|
||||
- Optimization
|
||||
- DropRecord
|
||||
|
||||
Reference in New Issue
Block a user