Files
bettergi-scripts-list/repo/js/AutoArtifactsPro/settings.json
2025-05-28 14:05:46 +08:00

43 lines
1.2 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": "friendshipPartyName",
"type": "input-text",
"label": "好感队名称\n【请输入好感队的队伍名称】"
},
{
"name": "grindPartyName",
"type": "input-text",
"label": "狗粮队名称\n【请输入狗粮队的队伍名称】"
},
{
"name": "minIntervalTime",
"type": "input-text",
"label": "最短间隔时间(分钟)\n【默认值为5分钟】",
"default": "5"
},
{
"name": "waitTimePeriod",
"type": "input-text",
"label": "卡时间时间段\n【格式参考4:00-4:40默认为4:00-4:40】",
"default": "4:00-4:40"
},
{
"name": "ocrTimeout",
"type": "input-text",
"label": "OCR超时时间\n【选填默认为10秒如果经常提前判定未识别到任务请适当调大】",
"default": "10"
},
{
"name": "fightTimeout",
"type": "input-text",
"label": "战斗超时时间(秒)\n【选填默认为120秒】",
"default": "120"
},
{
"name": "completeRemainingFriendship",
"type": "checkbox",
"label": "是否在狗粮路线结束后完成剩余盗宝团好感\n【勾选后将在狗粮路线结束后继续完成剩余的好感任务】",
"default": true
}
]