mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-13 19:05:16 +08:00
Feat: add module smart_mgmt
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
"name": "Alas",
|
||||
"help": ""
|
||||
},
|
||||
"SmartMgmt": {
|
||||
"name": "Smart Management",
|
||||
"help": ""
|
||||
},
|
||||
"Farm": {
|
||||
"name": "Farm",
|
||||
"help": ""
|
||||
@@ -46,6 +50,14 @@
|
||||
"name": "Restart",
|
||||
"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",
|
||||
"help": ""
|
||||
},
|
||||
"Main": {
|
||||
"name": "Main",
|
||||
"help": ""
|
||||
@@ -706,6 +718,30 @@
|
||||
"retire_10": "Retire 10"
|
||||
}
|
||||
},
|
||||
"Downtime": {
|
||||
"_info": {
|
||||
"name": "Downtime Info",
|
||||
"help": "Auto-filled by 'Downtime Fetch' task"
|
||||
},
|
||||
"Window": {
|
||||
"name": "Time Window",
|
||||
"help": "Format YYYY-MM-DD HH:MM~HH:MM"
|
||||
},
|
||||
"Title": {
|
||||
"name": "Notice Title",
|
||||
"help": "Display only"
|
||||
}
|
||||
},
|
||||
"DowntimeStrategy": {
|
||||
"_info": {
|
||||
"name": "Strategy Settings",
|
||||
"help": "Auto-adjust task scheduling and strategy based on downtime info"
|
||||
},
|
||||
"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'"
|
||||
}
|
||||
},
|
||||
"Campaign": {
|
||||
"_info": {
|
||||
"name": "Level Settings",
|
||||
|
||||
Reference in New Issue
Block a user