Files
fauto-design/draggable-panels/design-state.json
2025-12-22 22:24:39 +08:00

71 lines
1.2 KiB
JSON

{
"components": [
{
"id": "6evneg3",
"componentId": "RadioSelect",
"name": "单选器 1",
"props": {
"options": [
"选项1",
"选项6",
"选项3"
]
}
},
{
"id": "nx1ns6t",
"componentId": "TextInput",
"name": "文本输入框 1",
"props": {
"label": "标签111",
"width": 500,
"maxLength": 100
}
},
{
"id": "xazr6j9",
"componentId": "GridTable",
"name": "表格 2",
"props": {
"rows": 6,
"columns": 6,
"headers": [
"列1",
"列2",
"列3",
"4",
"5",
"6"
]
}
},
{
"id": "sc9viyu",
"componentId": "GridTable",
"name": "表格 2",
"props": {
"rows": 3,
"columns": 3,
"headers": [
"列1",
"列2",
"列3"
]
}
},
{
"id": "jy87mdv",
"componentId": "RadioSelect",
"name": "单选器 2",
"props": {
"options": [
"选项1",
"选项2",
"选项3"
]
}
}
],
"selectedId": "jy87mdv",
"lastUpdated": "2025-12-22T14:24:28.783Z"
}