mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-16 03:33:25 +08:00
20 lines
394 B
JSON
20 lines
394 B
JSON
[
|
|
{
|
|
"name": "hour",
|
|
"type": "input-text",
|
|
"label": "输入小时 [0-24] ",
|
|
"default": "6"
|
|
},
|
|
{
|
|
"name": "minute",
|
|
"type": "input-text",
|
|
"label": "输入分钟 [0-59] ",
|
|
"default": "0"
|
|
},
|
|
{
|
|
"name": "skip",
|
|
"type": "checkbox",
|
|
"label": "是否跳过动画",
|
|
"default": true
|
|
}
|
|
] |