1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 20:17:17 +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": "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",