js薄荷采集2.1 (#676)

* Delete repo/js/Tool_mint/main.js

* Delete repo/js/Tool_mint/manifest.json

* Delete repo/js/Tool_mint/settings.json

* Add files via upload
This commit is contained in:
Tooltingsu
2025-04-30 19:46:38 +08:00
committed by GitHub
parent 099af96c0e
commit e3768cd818
3 changed files with 227 additions and 19 deletions

View File

@@ -1,4 +1,13 @@
[
{
"name": "routeOrder",
"type": "select",
"label": "路线顺序选择(默认:效率顺序)",
"options": [
"效率顺序",
"地图顺序"
]
},
{
"name": "targetMintCount",
"type": "input-text",
@@ -7,6 +16,6 @@
{
"name": "isRefresh",
"type": "checkbox",
"label": "是否刷新"
"label": "是否刷新薄荷每天0时刷新"
}
]