Files
bettergi-scripts-list/repo/js/AutoInstructorLock/settings.json
mno 778a8a1a73 js:锁教官 (#2324)
带识别与筛选锁定符合条件的四星教官
2025-11-07 20:06:37 +08:00

24 lines
696 B
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": "chargeOnly",
"type": "checkbox",
"label": "是否只锁定带充能词条教官"
},
{
"name": "thressStartONly",
"type": "checkbox",
"label": "是否只锁定初始三教官"
},
{
"name": "scrollTimes",
"type": "input-text",
"label": "翻页次数,锁定完该页教官后将尝试翻到下一页继续锁定\n警告填几次翻几次不检测翻到底",
"default": 0
},
{
"name": "scrollLoops",
"type": "input-text",
"label": "翻页距离,影响单次翻页时滑动的距离\n数值越大一次滑动越多",
"default": 37
}
]