Files
起个名字好难的喵 13d7c67f05 归档重复脚本
2026-01-12 21:00:56 +08:00

30 lines
600 B
JSON
Raw Permalink 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"
}
]