mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Opt: Merge Emulator.PackageName and Emulator.Server into one dropdown
This commit is contained in:
@@ -3,21 +3,27 @@
|
||||
"Emulator": {
|
||||
"Serial": {
|
||||
"type": "input",
|
||||
"value": "127.0.0.1:5555",
|
||||
"value": "auto",
|
||||
"valuetype": "str"
|
||||
},
|
||||
"PackageName": {
|
||||
"type": "input",
|
||||
"value": "com.bilibili.azurlane"
|
||||
},
|
||||
"Server": {
|
||||
"type": "select",
|
||||
"value": "cn",
|
||||
"value": "auto",
|
||||
"option": [
|
||||
"cn",
|
||||
"en",
|
||||
"jp",
|
||||
"tw"
|
||||
"auto",
|
||||
"com.bilibili.azurlane",
|
||||
"com.YoStarEN.AzurLane",
|
||||
"com.YoStarJP.AzurLane",
|
||||
"com.hkmanjuu.azurlane.gp",
|
||||
"com.bilibili.blhx.huawei",
|
||||
"com.bilibili.blhx.mi",
|
||||
"com.tencent.tmgp.bilibili.blhx",
|
||||
"com.bilibili.blhx.baidu",
|
||||
"com.bilibili.blhx.qihoo",
|
||||
"com.bilibili.blhx.vivo",
|
||||
"com.bilibili.blhx.uc",
|
||||
"com.bilibili.blhx.mzw",
|
||||
"com.yiwu.blhx.yx15"
|
||||
]
|
||||
},
|
||||
"ScreenshotMethod": {
|
||||
|
||||
@@ -13,12 +13,11 @@ Scheduler:
|
||||
ServerUpdate: 00:00
|
||||
Emulator:
|
||||
Serial:
|
||||
value: 127.0.0.1:5555
|
||||
value: auto
|
||||
valuetype: str
|
||||
PackageName: com.bilibili.azurlane
|
||||
Server:
|
||||
value: cn
|
||||
option: [cn, en, jp, tw]
|
||||
PackageName:
|
||||
value: auto
|
||||
option: [auto, ]
|
||||
ScreenshotMethod:
|
||||
value: ADB
|
||||
option: [ADB, ADB_nc, uiautomator2, aScreenCap, aScreenCap_nc]
|
||||
|
||||
Reference in New Issue
Block a user