mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 04:37:44 +08:00
Add: OpsiCrossMonth, not tested
This commit is contained in:
@@ -7907,6 +7907,39 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiCrossMonth": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "datetime",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "input",
|
||||
"value": "OpsiCrossMonth",
|
||||
"display": "hide"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 120,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "00:00",
|
||||
"display": "hide"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Daemon": {
|
||||
"Daemon": {
|
||||
"EnterMap": {
|
||||
|
||||
@@ -57,7 +57,8 @@
|
||||
"OpsiObscure",
|
||||
"OpsiAbyssal",
|
||||
"OpsiStronghold",
|
||||
"OpsiMeowfficerFarming"
|
||||
"OpsiMeowfficerFarming",
|
||||
"OpsiCrossMonth"
|
||||
],
|
||||
"Tool": [
|
||||
"Daemon",
|
||||
|
||||
@@ -263,6 +263,8 @@ OpsiMeowfficerFarming:
|
||||
- Scheduler
|
||||
- OpsiMeowfficerFarming
|
||||
- OpsiFleet
|
||||
OpsiCrossMonth:
|
||||
- Scheduler
|
||||
|
||||
# ==================== Tool ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user