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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user