mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # module/config/argument/argument.yaml
This commit is contained in:
@@ -8324,6 +8324,71 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiMonthBoss": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "datetime",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "input",
|
||||
"value": "OpsiMonthBoss",
|
||||
"display": "hide"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 120,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "00:00",
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"OpsiMonthBoss": {
|
||||
"CheckAdaptability": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"Hard": {
|
||||
"type": "select",
|
||||
"value": "normal",
|
||||
"option": [
|
||||
"normal",
|
||||
"normal_hard"
|
||||
]
|
||||
},
|
||||
"ForceRun": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"OpsiFleetFilter": {
|
||||
"Filter": {
|
||||
"type": "textarea",
|
||||
"value": "Fleet-4 > CallSubmarine > Fleet-2 > Fleet-3 > Fleet-1"
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {
|
||||
"type": "storage",
|
||||
"value": {},
|
||||
"valuetype": "ignore",
|
||||
"display": "disabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiMeowfficerFarming": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
|
||||
Reference in New Issue
Block a user