Files
bettergi-scripts-list/repo/js/AutoHoeingOneDragon/settings.json
mno fcba947659 js:锄地一条龙1.1.0 (#1303)
优化了部分日志输出
添加了估算剩余时间,并适配abgi
新增了终止运行时间的配置
2025-07-08 10:56:30 +08:00

90 lines
2.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": [
"运行锄地路线",
"输出地图追踪文件",
"强制刷新所有路线cd"
],
"default": "运行锄地路线"
},
{
"name": "groupIndex",
"type": "select",
"label": "选择执行第几个路径组",
"options": [
"路径组一",
"路径组二",
"路径组三",
"路径组四"
],
"default": "路径组一"
},
{
"name": "partyName",
"type": "input-text",
"label": "本路径组使用配队名称"
},
{
"name": "onlyArtifacts",
"type": "checkbox",
"label": "是否禁用js拾取\n默认只拾取狗粮\n可以在assets/拾取名单.json自行调整黑白名单\n禁用后将使用bgi自带拾取"
},
{
"name": "accountName",
"type": "input-text",
"label": "账户名称\n用于多用户运行时区分不同账户的记录\n单用户请勿修改",
"default": "默认账户"
},
{
"name": "tagsForGroup1",
"type": "input-text",
"label": "允许使用的标签:\n水免次数盾高危传奇蕈兽小怪\n多个标签使用【中文逗号】分隔\n\n路径组一要【排除】的标签",
"default": "蕈兽"
},
{
"name": "tagsForGroup2",
"type": "input-text",
"label": "路径组二要【选择】的标签"
},
{
"name": "tagsForGroup3",
"type": "input-text",
"label": "路径组三要【选择】的标签"
},
{
"name": "tagsForGroup4",
"type": "input-text",
"label": "路径组四要【选择】的标签"
},
{
"name": "timeRule",
"type": "input-text",
"label": "输入不运行的时间或时间段的小时数,以本地时间为准\n将提前5分钟结束路线运行并等待到对应时间\n允许填入【单个数字】如4表示小时数为4时不运行\n或【时间段】如4-6表示小时数为4-6时都不运行\n允许多项由【中文逗号】分隔"
},
{
"name": "efficiencyIndex",
"type": "input-text",
"label": "路线效率计算权重填0以上的数字\n越大越倾向于花费较多时间提高总收益",
"default": "0.5"
},
{
"name": "targetEliteNum",
"type": "input-text",
"label": "目标精英数量",
"default": "400"
},
{
"name": "targetMonsterNum",
"type": "input-text",
"label": "目标小怪数量",
"default": "2000"
},
{
"name": "excludeTags",
"type": "input-text",
"label": "排除关键词,含关键词的路线会被完全排除\n不同关键词使用【中文逗号】分隔\n例如填丘丘暴徒可以排除所有含有丘丘暴徒的路线"
}
]