mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-05-16 11:32:59 +08:00
Opt: Merge Emulator.PackageName and Emulator.Server into one dropdown
This commit is contained in:
@@ -276,19 +276,25 @@
|
||||
},
|
||||
"Serial": {
|
||||
"name": "模拟器 Serial",
|
||||
"help": "模拟器默认 Serial:\n- 蓝叠模拟器 127.0.0.1:5555\n- 蓝叠模拟器4 Hyper-v版,填\"bluestacks4-hyperv\"自动连接,多开填\"bluestacks4-hyperv-2\"以此类推\n- 蓝叠模拟器5 Hyper-v版,填\"bluestacks5-hyperv\"自动连接,多开填\"bluestacks5-hyperv-1\"以此类推\n- 夜神模拟器 127.0.0.1:62001\n- 夜神模拟器64位 127.0.0.1:59865\n- MuMu模拟器 127.0.0.1:7555\n- 逍遥模拟器 127.0.0.1:21503\n- 雷电模拟器 emulator-5554 或 127.0.0.1:5555\n- WSA,填\"wsa-0\"使游戏在后台运行,需要使用第三方软件操控或关闭(建议使用scrcpy操控)\n如果你有多个模拟器,它们的 Serial 将不是默认的,可以在 console.bat 中执行 `adb devices` 查询"
|
||||
"help": "填 \"auto\" 自动检测模拟器,有多个模拟器正在运行时必须手动填写 Serial\n模拟器默认 Serial:\n- 蓝叠模拟器 127.0.0.1:5555\n- 蓝叠模拟器4 Hyper-v版,填\"bluestacks4-hyperv\"自动连接,多开填\"bluestacks4-hyperv-2\"以此类推\n- 蓝叠模拟器5 Hyper-v版,填\"bluestacks5-hyperv\"自动连接,多开填\"bluestacks5-hyperv-1\"以此类推\n- 夜神模拟器 127.0.0.1:62001\n- 夜神模拟器64位 127.0.0.1:59865\n- MuMu模拟器 127.0.0.1:7555\n- 逍遥模拟器 127.0.0.1:21503\n- 雷电模拟器 emulator-5554 或 127.0.0.1:5555\n- WSA,填\"wsa-0\"使游戏在后台运行,需要使用第三方软件操控或关闭(建议使用scrcpy操控)\n如果你有多个模拟器,它们的 Serial 将不是默认的,可以在 console.bat 中执行 `adb devices` 查询"
|
||||
},
|
||||
"PackageName": {
|
||||
"name": "游戏包名",
|
||||
"help": "国服 com.bilibili.azurlane\n国际服 com.YoStarEN.AzurLane\n日服 com.YoStarJP.AzurLane\n台服 com.hkmanjuu.azurlane.gp\n国服渠道服需要自行查找"
|
||||
},
|
||||
"Server": {
|
||||
"name": "游戏服务器",
|
||||
"help": "",
|
||||
"cn": "国服",
|
||||
"en": "国际服",
|
||||
"jp": "日服",
|
||||
"tw": "台服"
|
||||
"help": "模拟器上装有多个游戏客户端时,需要手动选择服务器",
|
||||
"auto": "自动检测",
|
||||
"com.bilibili.azurlane": "国服",
|
||||
"com.YoStarEN.AzurLane": "国际服",
|
||||
"com.YoStarJP.AzurLane": "日服",
|
||||
"com.hkmanjuu.azurlane.gp": "台服",
|
||||
"com.bilibili.blhx.huawei": "华为渠道服 com.bilibili.blhx.huawei",
|
||||
"com.bilibili.blhx.mi": "小米渠道服 com.bilibili.blhx.mi",
|
||||
"com.tencent.tmgp.bilibili.blhx": "腾讯应用宝渠道服 com.tencent.tmgp.bilibili.blhx",
|
||||
"com.bilibili.blhx.baidu": "百度渠道服 com.bilibili.blhx.baidu",
|
||||
"com.bilibili.blhx.qihoo": "360渠道服 com.bilibili.blhx.qihoo",
|
||||
"com.bilibili.blhx.vivo": "vivo渠道服 com.bilibili.blhx.vivo",
|
||||
"com.bilibili.blhx.uc": "UC九游渠道服 com.bilibili.blhx.uc",
|
||||
"com.bilibili.blhx.mzw": "拇指玩渠道服 com.bilibili.blhx.mzw",
|
||||
"com.yiwu.blhx.yx15": "一五游戏渠道服 com.yiwu.blhx.yx15"
|
||||
},
|
||||
"ScreenshotMethod": {
|
||||
"name": "模拟器截图方案",
|
||||
|
||||
Reference in New Issue
Block a user