自动锄地规划: 默认配置下的警告增加了五秒的警告,且在找不到文件时先尝试生成 (#902)

* 一些js更新

* js:修正逻辑,现在路径组文件不存在时会先尝试生成文件
This commit is contained in:
mno
2025-05-21 22:41:38 +08:00
committed by GitHub
parent ed1abf48a8
commit d09a760d24
4 changed files with 471 additions and 410 deletions

View File

@@ -2,14 +2,15 @@
{
"name": "operationType",
"type": "select",
"label": "操作模式(默认:生成路径组文件)",
"label": "操作模式(默认:执行路径组文件1",
"options": [
"生成路径组文件",
"强制刷新路径组文件",
"执行路径组文件1",
"执行路径组文件2",
"执行路径组文件3",
"输出地图追踪文件"
]
],
"default":"执行路径组文件1"
},
{
"name": "excludeTagsForPathGroup1",
@@ -49,7 +50,8 @@
{
"name": "excludeTagsForAll",
"type": "input-text",
"label": "全局排除关键词(使用中文分号分隔)"
"label": "全局排除关键词(使用中文分号分隔)",
"default": "不跑"
},
{
"name": "accountName",