* 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
21 lines
439 B
JSON
21 lines
439 B
JSON
[
|
||
{
|
||
"name": "routeOrder",
|
||
"type": "select",
|
||
"label": "路线顺序选择(默认:效率顺序)",
|
||
"options": [
|
||
"效率顺序",
|
||
"地图顺序"
|
||
]
|
||
},
|
||
{
|
||
"name": "targetMintCount",
|
||
"type": "input-text",
|
||
"label": "目标薄荷采集数量"
|
||
},
|
||
{
|
||
"name": "isRefresh",
|
||
"type": "checkbox",
|
||
"label": "是否刷新(薄荷每天0时刷新)"
|
||
}
|
||
] |