mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: Maa Reclamation Algorithm (#2210)
This commit is contained in:
@@ -896,6 +896,47 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"MaaReclamationAlgorithm": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "datetime",
|
||||
"value": "2020-01-01 04:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "input",
|
||||
"value": "MaaReclamationAlgorithm",
|
||||
"display": "hide"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "input",
|
||||
"value": 60,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 120,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "04:00",
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {
|
||||
"type": "storage",
|
||||
"value": {},
|
||||
"valuetype": "ignore",
|
||||
"display": "disabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MaaCopilot": {
|
||||
"MaaCopilot": {
|
||||
"FileName": {
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"MaaInfrast",
|
||||
"MaaMall",
|
||||
"MaaAward",
|
||||
"MaaRoguelike"
|
||||
"MaaRoguelike",
|
||||
"MaaReclamationAlgorithm"
|
||||
],
|
||||
"Tool": [
|
||||
"MaaCopilot"
|
||||
|
||||
@@ -47,6 +47,9 @@ MaaRoguelike:
|
||||
- Scheduler
|
||||
- MaaRoguelike
|
||||
|
||||
MaaReclamationAlgorithm:
|
||||
- Scheduler
|
||||
|
||||
# ==================== Tool ====================
|
||||
|
||||
MaaCopilot:
|
||||
|
||||
Reference in New Issue
Block a user