mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Add: Emulator data on GUI
This commit is contained in:
@@ -130,6 +130,15 @@
|
||||
}
|
||||
},
|
||||
"RestartEmulator": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"EmulatorData": {
|
||||
"type": "textarea",
|
||||
"value": "emulator:\nname:\npath:",
|
||||
"mode": "yaml"
|
||||
},
|
||||
"ErrorRestart": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
@@ -137,16 +146,6 @@
|
||||
"DailyRestart": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"EmulatorType": {
|
||||
"type": "select",
|
||||
"value": "auto",
|
||||
"option": [
|
||||
"auto",
|
||||
"nox_player",
|
||||
"bluestacks_5",
|
||||
"mumu_player"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Error": {
|
||||
|
||||
@@ -36,11 +36,16 @@ Emulator:
|
||||
ScreenshotDedithering: false
|
||||
AdbRestart: false
|
||||
RestartEmulator:
|
||||
Enable: false
|
||||
EmulatorData:
|
||||
type: textarea
|
||||
mode: yaml
|
||||
value: |-
|
||||
emulator:
|
||||
name:
|
||||
path:
|
||||
ErrorRestart: False
|
||||
DailyRestart: False
|
||||
EmulatorType:
|
||||
value: auto
|
||||
option: [auto, nox_player, bluestacks_5, mumu_player]
|
||||
Error:
|
||||
HandleError: true
|
||||
SaveError: true
|
||||
|
||||
Reference in New Issue
Block a user