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

144 lines
3.7 KiB
JSON

{
"layout": {
"leftPanel": {
"id": "left",
"tabs": [
{
"id": "0i69gg5",
"title": "资源管理器",
"content": "左侧面板内容1"
}
],
"activeTabId": "0i69gg5"
},
"centerPanel": {
"id": "center",
"tabs": [
{
"id": "2emt1si",
"title": "文本编辑器",
"content": "新窗口内容",
"materialId": "TextEditor"
},
{
"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"
}
]
}
]
}
},
{
"id": "jln5iq9",
"title": "测试组件B",
"content": "新窗口内容",
"materialId": "TestWidget2"
}
],
"activeTabId": "mxfx11j"
},
"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"
}
]
}
}
],
"activeTabId": "vrh9bl2"
}
},
"lastUpdated": "2025-12-20T12:43:09.638Z"
}