Files
bettergi-scripts-list/repo/js/ABGIHoui/settings.json
2026-01-20 18:35:31 +08:00

46 lines
1.5 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": "selectTask",
"type": "select",
"label": " 选择任务",
"options": [
"一条龙",
"配置组",
"一条龙(关闭原神)",
"配置组(关闭原神)",
"狗粮联机上线",
"狗粮联机下线",
"狗粮联机调试",
"指定脚本更新",
"今日配置组执行情况通知",
"关闭原神和关闭bgi",
"电脑静音",
"开始obs录制",
"结束obs录制",
"米游社签到",
"bat脚本",
"联机更换ABGI的账号信息",
// "更换联机房间",
"等待时间(单位为秒)"
],
"default": ""
},
{
"name": "inputText",
"type": "input-text",
"label": " 任务参数(可选) \n 一条龙名字、配置组名字、以及JS脚本名字\n注意多个配置组或JS脚本名字之间用【空格】分隔\n其他任务参数请阅读README.md",
"default": ""
},
{
"name": "outTime",
"type": "input-text",
"label": " 结束延时(可改) \n 默认一秒,可以设置延时时间,单位毫秒",
"default": "1000"
},
{
"name": "versionABGI",
"type": "input-text",
"label": " 本地ABGI版本(别改) \n 本地ABGI自动修改版本号不用改",
"default": "3.4.12"
}
]