mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 02:17:28 +08:00
Feature: New OpsiShop. (#3086)
* feat: New OpsiShop * fix: use AdaptiveScroll * feat: scan counter * perf: calculate y value
This commit is contained in:
@@ -8420,9 +8420,29 @@
|
||||
}
|
||||
},
|
||||
"OpsiShop": {
|
||||
"BuySupply": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
"ScanFrequencyLimit": {
|
||||
"type": "select",
|
||||
"value": "weekly",
|
||||
"option": [
|
||||
"everyday",
|
||||
"weekly",
|
||||
"everyday_of_week_before_reset"
|
||||
]
|
||||
},
|
||||
"PresetFilter": {
|
||||
"type": "select",
|
||||
"value": "max_benefit_meta",
|
||||
"option": [
|
||||
"max_benefit",
|
||||
"max_benefit_meta",
|
||||
"no_meta",
|
||||
"all",
|
||||
"custom"
|
||||
]
|
||||
},
|
||||
"CustomFilter": {
|
||||
"type": "textarea",
|
||||
"value": "Logger"
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
|
||||
@@ -666,7 +666,22 @@ OpsiExplore:
|
||||
ForceRun: false
|
||||
LastZone: 0
|
||||
OpsiShop:
|
||||
BuySupply: true
|
||||
ScanFrequencyLimit:
|
||||
value: weekly
|
||||
option:
|
||||
- everyday
|
||||
- weekly
|
||||
- everyday_of_week_before_reset
|
||||
PresetFilter:
|
||||
value: max_benefit_meta
|
||||
option:
|
||||
- max_benefit
|
||||
- max_benefit_meta
|
||||
- no_meta
|
||||
- all
|
||||
- custom
|
||||
CustomFilter: |-
|
||||
Logger
|
||||
OpsiVoucher:
|
||||
Filter: |-
|
||||
LoggerAbyssal > LoggerObscure > Book > Coin > Fragment
|
||||
|
||||
Reference in New Issue
Block a user