Files
fauto-design/draggable-panels/src/materials/TestWidget2/index.json
2025-12-20 20:30:03 +08:00

10 lines
274 B
JSON

{
"name": "测试组件B",
"description": "用于测试的简单文本显示组件B",
"props": {
"title": "测试组件 B",
"content": "这是测试组件B的内容区域。\n\n组件之间可以通过拖拽进行位置调整。",
"color": "#81c784"
}
}