Files
mno eabb636ab2 js:路线测试归档 (#2827)
该js目前仅用于锄地路线制作内部使用,不适合进入仓库(已误导400人次)
2026-01-31 17:06:06 +08:00

28 lines
724 B
JSON
Raw Permalink 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": "startRouteNumber",
"type": "input-text",
"label": "从第几条路径开始运行默认1",
"default": "1"
},
{
"name": "endRouteNumber",
"type": "input-text",
"label": "在第几条结束"
},
{
"name": "doTest",
"type": "checkbox",
"label": "修改路线描述信息将会取最近至多5次记录进行平均\n不勾选则运行路线并存储数据"
},
{
"name": "activatePickup",
"type": "checkbox",
"label": "启用自动拾取"
},
{
"name": "underwater",
"type": "checkbox",
"label": "水下路线,尝试获取螃蟹技能"
}
]