Files
bettergi-scripts-list/repo/js/Tool_mint/settings.json
Tooltingsu e3768cd818 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
2025-04-30 19:46:38 +08:00

21 lines
439 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"name": "routeOrder",
"type": "select",
"label": "路线顺序选择(默认:效率顺序)",
"options": [
"效率顺序",
"地图顺序"
]
},
{
"name": "targetMintCount",
"type": "input-text",
"label": "目标薄荷采集数量"
},
{
"name": "isRefresh",
"type": "checkbox",
"label": "是否刷新薄荷每天0时刷新"
}
]