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

@@ -24,6 +24,9 @@ Emulator:
PackageName:
value: auto
option: [auto, ]
ServerPlatform:
value: disabled
option: [disabled, cn_android, cn_ios, cn_channel, en, en_channel]
ScreenshotMethod:
value: ADB
option: [ADB, ADB_nc, uiautomator2, aScreenCap, aScreenCap_nc]