1
0
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:
nEEtdo0d
2022-11-27 23:04:25 -05:00
parent 186aca2ea5
commit afc8468e0a
16 changed files with 226 additions and 12 deletions

View File

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

View File

@@ -569,6 +569,8 @@ OpsiObscure:
ForceRun: false
OpsiAbyssal:
ForceRun: false
OpsiArchive:
Unused: false
OpsiStronghold:
ForceRun: false
OpsiMeowfficerFarming:

View File

@@ -57,6 +57,7 @@
"OpsiDaily",
"OpsiObscure",
"OpsiAbyssal",
"OpsiArchive",
"OpsiStronghold",
"OpsiMeowfficerFarming"
],

View File

@@ -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

View File

@@ -258,6 +258,10 @@ OpsiAbyssal:
- Scheduler
- OpsiAbyssal
- OpsiFleetFilter
OpsiArchive:
- Scheduler
- OpsiArchive
- OpsiFleet
OpsiStronghold:
- Scheduler
- OpsiStronghold