mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: Opsi archive zone monthly task support
This commit is contained in:
@@ -7630,6 +7630,45 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiVoucher": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "datetime",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "input",
|
||||
"value": "OpsiVoucher",
|
||||
"display": "hide"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "00:00",
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"OpsiVoucher": {
|
||||
"Filter": {
|
||||
"type": "textarea",
|
||||
"value": "LoggerAbyssal > LoggerObscure > HECombatPlan > Book > Coin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiDaily": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
@@ -7789,6 +7828,61 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiArchive": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "datetime",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "input",
|
||||
"value": "OpsiArchive",
|
||||
"display": "hide"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "input",
|
||||
"value": 60,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 60,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "00:00",
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"OpsiArchive": {
|
||||
"Unused": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"OpsiFleet": {
|
||||
"Fleet": {
|
||||
"type": "select",
|
||||
"value": 1,
|
||||
"option": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
"Submarine": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiStronghold": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
|
||||
@@ -569,6 +569,8 @@ OpsiObscure:
|
||||
ForceRun: false
|
||||
OpsiAbyssal:
|
||||
ForceRun: false
|
||||
OpsiArchive:
|
||||
Unused: false
|
||||
OpsiStronghold:
|
||||
ForceRun: false
|
||||
OpsiMeowfficerFarming:
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
"OpsiDaily",
|
||||
"OpsiObscure",
|
||||
"OpsiAbyssal",
|
||||
"OpsiArchive",
|
||||
"OpsiStronghold",
|
||||
"OpsiMeowfficerFarming"
|
||||
],
|
||||
|
||||
@@ -356,6 +356,11 @@ OpsiAbyssal:
|
||||
SuccessInterval: 60
|
||||
FailureInterval: 60
|
||||
ServerUpdate: 00:00
|
||||
OpsiArchive:
|
||||
Scheduler:
|
||||
SuccessInterval: 60
|
||||
FailureInterval: 60
|
||||
ServerUpdate: 00:00
|
||||
OpsiStronghold:
|
||||
Scheduler:
|
||||
SuccessInterval: 60
|
||||
|
||||
@@ -258,6 +258,10 @@ OpsiAbyssal:
|
||||
- Scheduler
|
||||
- OpsiAbyssal
|
||||
- OpsiFleetFilter
|
||||
OpsiArchive:
|
||||
- Scheduler
|
||||
- OpsiArchive
|
||||
- OpsiFleet
|
||||
OpsiStronghold:
|
||||
- Scheduler
|
||||
- OpsiStronghold
|
||||
|
||||
Reference in New Issue
Block a user