1
0
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:
霞飛
2024-06-17 11:24:40 +08:00
committed by GitHub
parent a70d4c4675
commit 0b97b40c46
116 changed files with 1178 additions and 342 deletions

View File

@@ -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": {