Files
bettergi-scripts-list/repo/js/AutoArtifactsPro/settings.json
6456c13181 全富AB pro (#993)
* Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路富线 directory

* Add files via upload

* Add files via upload

* Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/B路富线 directory

* Add files via upload

* Add files via upload
2025-06-06 00:06:21 +08:00

55 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": "operationType",
"type": "select",
"label": "卡时间模式",
"options": [
"盗宝团好感卡时间",
"愚人众好感卡时间",
"鳄鱼好感卡时间",
"干等卡时间",
"不卡时间ab交替运行"
],
"default": "盗宝团卡时间"
},
{
"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
}
]