mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-20 04:10:00 +08:00
* js:千星奇域循环 用于循环进入指定千星奇域关卡刷经验/完成纪行(氨气艾草) * Delete 狗粮.zip * Update repo/js/1000StarsLoop/main.js Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: 躁动的氨气 <131591012+zaodonganqi@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
25 lines
576 B
JSON
25 lines
576 B
JSON
[
|
||
{
|
||
"name": "content",
|
||
"type": "input-text",
|
||
"label": "输入搜索内容(名称或GUID)"
|
||
},
|
||
{
|
||
"name": "maxAttempts",
|
||
"type": "input-text",
|
||
"label": "循环次数",
|
||
"default": 15
|
||
},
|
||
{
|
||
"name": "returnGenshin",
|
||
"type": "checkbox",
|
||
"label": "结束后是否返回提瓦特",
|
||
"default": true
|
||
},
|
||
{
|
||
"name": "delay",
|
||
"type": "input-text",
|
||
"label": "按键延迟(毫秒),观察到卡住时适当调大",
|
||
"default": 250
|
||
}
|
||
] |