This commit is contained in:
2025-12-20 23:16:23 +08:00
parent 2d2bd98c47
commit f858f69daa
43 changed files with 476 additions and 99 deletions

View File

@@ -12,6 +12,16 @@
]
}
},
{
"id": "nx1ns6t",
"componentId": "TextInput",
"name": "文本输入框 1",
"props": {
"label": "标签111",
"width": 500,
"maxLength": 100
}
},
{
"id": "xazr6j9",
"componentId": "GridTable",
@@ -30,16 +40,20 @@
}
},
{
"id": "nx1ns6t",
"componentId": "TextInput",
"name": "文本输入框 1",
"id": "sc9viyu",
"componentId": "GridTable",
"name": "表格 2",
"props": {
"label": "标签名称",
"width": 500,
"maxLength": 100
"rows": 3,
"columns": 3,
"headers": [
"列1",
"列2",
"列3"
]
}
}
],
"selectedId": "xazr6j9",
"lastUpdated": "2025-12-20T13:24:06.541Z"
"lastUpdated": "2025-12-20T14:50:43.062Z"
}