mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-02 16:21:15 +08:00
Refactor: replace independent scheduled DowntimeFetch task with on-demand auto-fetch
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
"name": "Alas",
|
||||
"help": ""
|
||||
},
|
||||
"SmartMgmt": {
|
||||
"name": "Smart Management",
|
||||
"help": ""
|
||||
},
|
||||
"Farm": {
|
||||
"name": "Farm",
|
||||
"help": ""
|
||||
@@ -46,16 +42,12 @@
|
||||
"name": "General",
|
||||
"help": ""
|
||||
},
|
||||
"Restart": {
|
||||
"name": "Restart",
|
||||
"DowntimeMgmt": {
|
||||
"name": "Downtime Management",
|
||||
"help": ""
|
||||
},
|
||||
"DowntimeFetch": {
|
||||
"name": "Downtime Fetch",
|
||||
"help": "CN server only. Automatically fetches downtime maintenance notices from Bilibili Azur Lane columns, parses and fills 'Downtime Info'"
|
||||
},
|
||||
"DowntimeMgmt": {
|
||||
"name": "Downtime Maintenance",
|
||||
"Restart": {
|
||||
"name": "Restart",
|
||||
"help": ""
|
||||
},
|
||||
"Main": {
|
||||
@@ -294,6 +286,10 @@
|
||||
"name": "Performance Test",
|
||||
"help": ""
|
||||
},
|
||||
"DowntimeFetch": {
|
||||
"name": "Downtime Fetch",
|
||||
"help": ""
|
||||
},
|
||||
"AzurLaneUncensored": {
|
||||
"name": "[CN] Uncensored Patch",
|
||||
"help": ""
|
||||
@@ -721,11 +717,11 @@
|
||||
"Downtime": {
|
||||
"_info": {
|
||||
"name": "Downtime Info",
|
||||
"help": "Auto-filled by 'Downtime Fetch' task"
|
||||
"help": "Auto-filled when 'Auto Update Info' is enabled, updated via 'Downtime Fetch' tool, or fill manually"
|
||||
},
|
||||
"Window": {
|
||||
"name": "Time Window",
|
||||
"help": "Format YYYY-MM-DD HH:MM~HH:MM"
|
||||
"help": "Format: YYYY-MM-DD HH:MM~HH:MM; non-CN server users can fill manually"
|
||||
},
|
||||
"Title": {
|
||||
"name": "Notice Title",
|
||||
@@ -737,9 +733,17 @@
|
||||
"name": "Strategy Settings",
|
||||
"help": "Auto-adjust task scheduling and strategy based on downtime info"
|
||||
},
|
||||
"AutoFetch": {
|
||||
"name": "Auto Update Info",
|
||||
"help": "CN server only. Fetches downtime maintenance notices from Bilibili Azur Lane official columns\nWhen enabled, the above enabled tasks will automatically fetch CN notices and update 'Downtime Info' on execution"
|
||||
},
|
||||
"ManageExercise": {
|
||||
"name": "Exercise",
|
||||
"help": "When the downtime end time is 15:00 or later, exercise strategy before downtime maintenance on that day will be replaced with 'clear exercise attempts'"
|
||||
"help": "When downtime end time is later than 'Exercise clear threshold', exercise strategy before downtime maintenance on that day will be replaced with 'clear exercise attempts'"
|
||||
},
|
||||
"ExerciseClearTime": {
|
||||
"name": "Exercise clear threshold",
|
||||
"help": "Format: HH:MM:SS"
|
||||
},
|
||||
"ManageDaily": {
|
||||
"name": "Daily",
|
||||
@@ -6368,6 +6372,16 @@
|
||||
"help": "Log back into the game when the game has been ended."
|
||||
}
|
||||
},
|
||||
"DowntimeFetch": {
|
||||
"_info": {
|
||||
"name": "Downtime Fetch",
|
||||
"help": "CN server only. Fetches downtime maintenance notices from Bilibili Azur Lane official columns\nManually trigger to fetch the latest downtime notice and fill 'Downtime Info'"
|
||||
},
|
||||
"FetcherTest": {
|
||||
"name": "Fetcher Test",
|
||||
"help": "Runs diagnostic tests for network, API, and content parsing; does not update config"
|
||||
}
|
||||
},
|
||||
"Oil": {
|
||||
"_info": {
|
||||
"name": "Oil._info.name",
|
||||
|
||||
Reference in New Issue
Block a user