1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 04:19:43 +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:
Horizon101011
2022-06-11 11:55:38 +08:00
parent 151ab28fae
commit 0af3593fd3
8 changed files with 255 additions and 0 deletions

View File

@@ -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運行 工具 - 性能測試 以尋找最快的方案",