Add files via upload

This commit is contained in:
Juemin Lin
2024-11-08 15:11:33 +08:00
committed by GitHub
parent 8b15e7665f
commit 580da48f17
3 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[
{
"name": "hour",
"type": "input-text",
"label": "输入小时0-24"
},
{
"name": "minute",
"type": "input-text",
"label": "输入分钟0-60"
}
]