Files
bettergi-scripts-list/repo/js/ABGIHoui/settings.json
2025-12-19 18:06:37 +08:00

29 lines
806 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": "selectTask",
"type": "select",
"label": " 选择任务",
"options": [
"一条龙",
"配置组",
"狗粮联机上线",
"狗粮联机下线",
"狗粮联机调试",
"指定脚本更新",
"今日配置组执行情况通知",
"关闭原神和关闭bgi",
"电脑静音",
"开始obs录制",
"结束obs录制",
"米游社签到",
"bat脚本"
],
"default": ""
},
{
"name": "inputText",
"type": "input-text",
"label": " 任务参数(可选) \n 一条龙名字、配置组名字以及JS脚本名字\n注意多个配置组或JS脚本名字之间用【空格】分隔",
"default": ""
}
]