Files
mno 66cd769a3b js:锄地一条龙&锄地路线测试 (#1377)
* js:锄地一条龙

新增“自动优化”,根据运行记录按一定权重修改路线的预期用时

* js:锄地路线测试

用于测试锄地路线的怪物信息,运行时间,并根据运行记录修改description字段,以适配js锄地一条龙
2025-07-21 15:17:37 +08:00

13 lines
366 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": "doTest",
"type": "checkbox",
"label": "修改路线描述信息将会取最近至多5次记录进行平均\n不勾选则运行路线并存储数据"
}
]