Files
bettergi-scripts-list/repo/js/爱可菲厨艺机关/settings.json
kaedelcb d9cf6abcb9 适配原神UI改变OCRUID (#796)
1.适配原神UI改变OCRUID。
2.爱可菲厨艺机关时间增长。
2025-05-13 00:32:02 +08:00

30 lines
629 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": "TEAMname",
"type": "input-text",
"label": "必填队伍名称3号为爱可菲4号位芭芭拉"
},
{
"name": "AKF",
"type": "select",
"label": "选题,默认每天执行,可选是:周一执行,否为不执行",
"options": [
"是",
"否",
"每天执行"
]
},
{
"name": "actiontime",
"type": "input-text",
"label": "选填爱可菲厨艺机关超时默认150秒",
"default": "150"
},
{
"name": "nowuid",
"type": "input-text",
"label": "慎用,禁止特定执行脚本,用 / 隔开如12345/99999"
}
]