1
0
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:
LmeSzinc
2022-11-30 01:40:53 +08:00
parent 43c96719a1
commit b8d06b12e5
14 changed files with 198 additions and 8 deletions

View File

@@ -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": {

View File

@@ -57,7 +57,8 @@
"OpsiObscure",
"OpsiAbyssal",
"OpsiStronghold",
"OpsiMeowfficerFarming"
"OpsiMeowfficerFarming",
"OpsiCrossMonth"
],
"Tool": [
"Daemon",

View File

@@ -263,6 +263,8 @@ OpsiMeowfficerFarming:
- Scheduler
- OpsiMeowfficerFarming
- OpsiFleet
OpsiCrossMonth:
- Scheduler
# ==================== Tool ====================