1
0
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:
LmeSzinc
2022-01-13 18:41:06 +08:00
parent 61153482b3
commit 4af820841d
22 changed files with 229 additions and 31 deletions

View File

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

View File

@@ -454,8 +454,9 @@ OpsiExplore:
SpecialRadar: false
ForceRun: false
LastZone: 0
OpsiDaily:
OpsiShop:
BuySupply: true
OpsiDaily:
DoMission: true
OpsiObscure:
ForceRun: false

View File

@@ -47,6 +47,7 @@
"OpsiGeneral",
"OpsiAshAssist",
"OpsiExplore",
"OpsiShop",
"OpsiDaily",
"OpsiObscure",
"OpsiAbyssal",

View File

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

View File

@@ -202,6 +202,9 @@ OpsiExplore:
- Scheduler
- OpsiExplore
- OpsiFleet
OpsiShop:
- Scheduler
- OpsiShop
OpsiDaily:
- Scheduler
- OpsiDaily