mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-20 20:43:14 +08:00
Add: Accept port missions in overview
- Split OpsiDaily into OpsiDaily and OpsiShop - Add config redirection
This commit is contained in:
@@ -5946,6 +5946,41 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiShop": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "input",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "disable",
|
||||
"value": "OpsiShop"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "disable",
|
||||
"value": "00:00"
|
||||
}
|
||||
},
|
||||
"OpsiShop": {
|
||||
"BuySupply": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiDaily": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
@@ -5975,10 +6010,6 @@
|
||||
}
|
||||
},
|
||||
"OpsiDaily": {
|
||||
"BuySupply": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"DoMission": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
|
||||
@@ -454,8 +454,9 @@ OpsiExplore:
|
||||
SpecialRadar: false
|
||||
ForceRun: false
|
||||
LastZone: 0
|
||||
OpsiDaily:
|
||||
OpsiShop:
|
||||
BuySupply: true
|
||||
OpsiDaily:
|
||||
DoMission: true
|
||||
OpsiObscure:
|
||||
ForceRun: false
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"OpsiGeneral",
|
||||
"OpsiAshAssist",
|
||||
"OpsiExplore",
|
||||
"OpsiShop",
|
||||
"OpsiDaily",
|
||||
"OpsiObscure",
|
||||
"OpsiAbyssal",
|
||||
|
||||
@@ -301,6 +301,11 @@ OpsiExplore:
|
||||
SuccessInterval: 0
|
||||
FailureInterval: 0
|
||||
ServerUpdate: 00:00
|
||||
OpsiShop:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
OpsiDaily:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
|
||||
@@ -202,6 +202,9 @@ OpsiExplore:
|
||||
- Scheduler
|
||||
- OpsiExplore
|
||||
- OpsiFleet
|
||||
OpsiShop:
|
||||
- Scheduler
|
||||
- OpsiShop
|
||||
OpsiDaily:
|
||||
- Scheduler
|
||||
- OpsiDaily
|
||||
|
||||
Reference in New Issue
Block a user