Files
bettergi-scripts-list/repo/js/自动小怪锄地规划/settings.json
mno d09a760d24 自动锄地规划: 默认配置下的警告增加了五秒的警告,且在找不到文件时先尝试生成 (#902)
* 一些js更新

* js:修正逻辑,现在路径组文件不存在时会先尝试生成文件
2025-05-21 22:41:38 +08:00

54 lines
1.6 KiB
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": "operationMode",
"type": "select",
"label": "操作模式(默认:生成路径文件)",
"options": [
"强制刷新路径文件",
"执行路径文件",
"输出地图追踪文件"
],
"default": "执行路径文件"
},
{
"name": "excludeWaterFree",
"type": "checkbox",
"label": "是否排除水免路线(默认:不排除)"
},
{
"name": "excludeHighRisk",
"type": "checkbox",
"label": "是否排除高危路线(默认:不排除)"
},
{
"name": "disableCooldownCheck",
"type": "checkbox",
"label": "是否禁用刷新CD检测默认不禁用"
},
{
"name": "disableAutoPick",
"type": "checkbox",
"label": "是否禁用自动拾取(默认:不禁用)"
},
{
"name": "requiredMonsterCount",
"type": "input-text",
"label": "所需怪物数量0-2000默认1750"
},
{
"name": "weight",
"type": "input-text",
"label": "权重数值越大越强调效率而不是总收益默认2"
},
{
"name": "accountName",
"type": "input-text",
"label": "账户名,用于区分不同账号的信息"
},
{
"name": "globalExclusionKeywords",
"type": "input-text",
"label": "全局排除关键词(用于在筛选路线时排除包含指定关键词的路线)\n使用中文分号分隔默认排除不跑",
"default": "不跑"
}
]