mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +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": {
|
||||
|
||||
Reference in New Issue
Block a user