Files
fauto-design/draggable-panels/config.json
2025-12-22 23:20:40 +08:00

145 lines
3.7 KiB
JSON

{
"layout": {
"leftPanel": {
"id": "left",
"tabs": [
{
"id": "6hfm9ux",
"title": "页面管理",
"content": "新窗口内容",
"materialId": "PageManager"
},
{
"id": "up60643",
"title": "设计组件列表",
"content": "新窗口内容",
"materialId": "DesignComponentList"
}
],
"activeTabId": "6hfm9ux"
},
"centerPanel": {
"id": "center",
"tabs": [
{
"id": "j70ckww",
"title": "设计中心",
"content": "新窗口内容",
"materialId": "DesignCenter"
}
],
"activeTabId": "j70ckww"
},
"rightPanel": {
"id": "right",
"tabs": [
{
"id": "vrh9bl2",
"title": "数据表格",
"content": "新窗口内容",
"materialId": "DataTable",
"materialState": {
"data": [
{
"property": "项目名称",
"value": "1111"
},
{
"property": "框架",
"value": "9999"
},
{
"property": "语言",
"value": "TypeScript"
},
{
"property": "构建工具",
"value": "Vite"
},
{
"property": "状态管理",
"value": "Pinia"
},
{
"property": "版本",
"value": "1.0.0"
},
{
"property": "作者",
"value": "Developer"
},
{
"property": "许可证",
"value": "MIT"
}
]
}
},
{
"id": "mxfx11j",
"title": "树形展示器",
"content": "新窗口内容",
"materialId": "TreeViewer",
"materialState": {
"treeData": [
{
"id": "1",
"label": "项目根目录",
"expanded": true,
"children": [
{
"id": "1-1",
"label": "src",
"expanded": true,
"children": [
{
"id": "1-1-2",
"label": "stores"
},
{
"id": "1-1-4",
"label": "App.vue"
},
{
"id": "1-1-5",
"label": "main.ts"
},
{
"id": "1-1-1",
"label": "components"
}
]
},
{
"id": "1-1-3",
"label": "types"
},
{
"id": "1-2",
"label": "public",
"children": [
{
"id": "1-3",
"label": "package.json"
},
{
"id": "1-2-1",
"label": "favicon.ico"
}
]
},
{
"id": "1-4",
"label": "vite.config.ts"
}
]
}
]
}
}
],
"activeTabId": "mxfx11j"
}
},
"lastUpdated": "2025-12-22T15:06:06.209Z"
}