mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 10:15:35 +08:00
Merge pull request #1923 from nEEtdo0d/voucher_shop
Add: Support OS Voucher Shop
This commit is contained in:
@@ -7984,6 +7984,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": 30,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 30,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "00:00",
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"OpsiVoucher": {
|
||||
"Filter": {
|
||||
"type": "textarea",
|
||||
"value": "LoggerAbyssal > LoggerObscure > HECombatPlan > Book > Coin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiDaily": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
|
||||
@@ -573,6 +573,9 @@ OpsiExplore:
|
||||
LastZone: 0
|
||||
OpsiShop:
|
||||
BuySupply: true
|
||||
OpsiVoucher:
|
||||
Filter: |-
|
||||
LoggerAbyssal > LoggerObscure > HECombatPlan > Book > Coin
|
||||
OpsiDaily:
|
||||
DoMission: true
|
||||
UseTuningSample: true
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
"OpsiAshAssist",
|
||||
"OpsiExplore",
|
||||
"OpsiShop",
|
||||
"OpsiVoucher",
|
||||
"OpsiDaily",
|
||||
"OpsiObscure",
|
||||
"OpsiAbyssal",
|
||||
|
||||
@@ -336,6 +336,11 @@ OpsiShop:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
OpsiVoucher:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
OpsiDaily:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
|
||||
@@ -243,6 +243,9 @@ OpsiExplore:
|
||||
OpsiShop:
|
||||
- Scheduler
|
||||
- OpsiShop
|
||||
OpsiVoucher:
|
||||
- Scheduler
|
||||
- OpsiVoucher
|
||||
OpsiDaily:
|
||||
- Scheduler
|
||||
- OpsiDaily
|
||||
|
||||
Reference in New Issue
Block a user