mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 17:55:56 +08:00
Squash commits
Add: Check server status before running a task, wait until available Opt: Add request headers and calm the users Fix: Config won't update after server recovered Update argument.yaml Revert inappropriate changes and make code more pretty Fix: Check server after get_next_task Fix: KeyError when Alas restarts after recovery Fix: fix bug and optimize code; Add: EN support Fix typo; Optimize API calls Opt: Further reduce API calls Opt: Use random UA
This commit is contained in:
@@ -299,6 +299,16 @@
|
||||
"com.yiwu.blhx.yx15": "CN com.yiwu.blhx.yx15",
|
||||
"com.hkmanjuu.azurlane.gp.mc": "TW com.hkmanjuu.azurlane.gp.mc"
|
||||
},
|
||||
"ServerPlatform": {
|
||||
"name": "Server Platform",
|
||||
"help": "Select your server platform to enable server status detection\nScript will hang up when server is being maintained or network is broken",
|
||||
"disabled": "Disabled",
|
||||
"cn_android": "CN-Android",
|
||||
"cn_ios": "CN-IOS",
|
||||
"cn_channel": "CN-Channel",
|
||||
"en": "EN",
|
||||
"en_channel": "EN-Channel"
|
||||
},
|
||||
"ScreenshotMethod": {
|
||||
"name": "Screenshot Method",
|
||||
"help": "Speed: aScreenCap_nc > ADB_nc >>> aScreenCap > uiautomator2 ~= ADB\nRun Tools - Performance Test to find the fastest method",
|
||||
|
||||
@@ -299,6 +299,16 @@
|
||||
"com.yiwu.blhx.yx15": "CN com.yiwu.blhx.yx15",
|
||||
"com.hkmanjuu.azurlane.gp.mc": "TW com.hkmanjuu.azurlane.gp.mc"
|
||||
},
|
||||
"ServerPlatform": {
|
||||
"name": "Emulator.ServerPlatform.name",
|
||||
"help": "Emulator.ServerPlatform.help",
|
||||
"disabled": "Disabled",
|
||||
"cn_android": "CN-Android",
|
||||
"cn_ios": "CN-IOS",
|
||||
"cn_channel": "CN-Channel",
|
||||
"en": "EN",
|
||||
"en_channel": "EN-Channel"
|
||||
},
|
||||
"ScreenshotMethod": {
|
||||
"name": "Emulator.ScreenshotMethod.name",
|
||||
"help": "Emulator.ScreenshotMethod.help",
|
||||
|
||||
@@ -299,6 +299,16 @@
|
||||
"com.yiwu.blhx.yx15": "国服 一五游戏渠道服 com.yiwu.blhx.yx15",
|
||||
"com.hkmanjuu.azurlane.gp.mc": "台服 com.hkmanjuu.azurlane.gp.mc"
|
||||
},
|
||||
"ServerPlatform": {
|
||||
"name": "服务器平台",
|
||||
"help": "选择服务器平台以启用服务器状态检测\n当服务器维护或网络不可用时挂起直到恢复",
|
||||
"disabled": "不使用",
|
||||
"cn_android": "国服-安卓端",
|
||||
"cn_ios": "国服-IOS端",
|
||||
"cn_channel": "国服-渠道服",
|
||||
"en": "国际服",
|
||||
"en_channel": "国际服-渠道服"
|
||||
},
|
||||
"ScreenshotMethod": {
|
||||
"name": "模拟器截图方案",
|
||||
"help": "速度: aScreenCap_nc > ADB_nc >>> aScreenCap > uiautomator2 ~= ADB\n运行 工具 - 性能测试 以寻找最快的方案",
|
||||
|
||||
@@ -299,6 +299,16 @@
|
||||
"com.yiwu.blhx.yx15": "國服 com.yiwu.blhx.yx15",
|
||||
"com.hkmanjuu.azurlane.gp.mc": "台服 MyCard渠道服 com.hkmanjuu.azurlane.gp.mc"
|
||||
},
|
||||
"ServerPlatform": {
|
||||
"name": "伺服器平台",
|
||||
"help": "選擇伺服器平台以啓用伺服器狀態檢測\n當伺服器維護或網路不可用時挂起直到恢複",
|
||||
"disabled": "不使用",
|
||||
"cn_android": "國服-安卓端",
|
||||
"cn_ios": "國服-IOS端",
|
||||
"cn_channel": "國服-渠道服",
|
||||
"en": "國際服",
|
||||
"en_channel": "國際服-渠道服"
|
||||
},
|
||||
"ScreenshotMethod": {
|
||||
"name": "模擬器截圖方案",
|
||||
"help": "速度: aScreenCap_nc > ADB_nc >>> aScreenCap > uiautomator2 ~= ADB\n運行 工具 - 性能測試 以尋找最快的方案",
|
||||
|
||||
Reference in New Issue
Block a user