1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +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

@@ -29,6 +29,18 @@
"com.hkmanjuu.azurlane.gp.mc"
]
},
"ServerPlatform": {
"type": "select",
"value": "disabled",
"option": [
"disabled",
"cn_android",
"cn_ios",
"cn_channel",
"en",
"en_channel"
]
},
"ScreenshotMethod": {
"type": "select",
"value": "ADB",