js:自动狗粮重制版 (#938)
This commit is contained in:
42
repo/js/AutoArtifactsPro/settings.json
Normal file
42
repo/js/AutoArtifactsPro/settings.json
Normal file
@@ -0,0 +1,42 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user