js:每日委托 0.98.1 (#1337)

This commit is contained in:
xoipz
2025-07-12 11:31:20 +08:00
committed by GitHub
parent c94975b85e
commit 297b003356
207 changed files with 8763 additions and 2351 deletions

View File

@@ -1,18 +1,17 @@
[
{
"name": "skipRecognition",
"type": "checkbox",
"label": "跳过识别(开发者功能,直接从Data文件夹加载委托数据进行追踪"
},
{
"name": "minTextLength",
"type": "input-text",
"label": "最小文本长度(小于此长度的文本将被过滤)",
"default": "4"
},
{
"name": "team",
"type": "input-text",
"label": "战斗的队伍名称(不填表示不切换队伍)"
}
{
"name": "skipRecognition",
"type": "checkbox",
"label": "跳过委托识别直接从Data文件夹加载委托数据进行追踪"
},
{
"name": "prepare",
"type": "checkbox",
"label": "切换队伍不前往七天神像及完成后不去安全地点"
},
{
"name": "team",
"type": "input-text",
"label": "战斗的队伍名称,不填表示不切换队伍"
}
]