This commit is contained in:
2025-12-20 20:43:23 +08:00
parent 2f2dcf580f
commit 7c48e4148d
6 changed files with 429 additions and 67 deletions

View File

@@ -24,7 +24,63 @@
"id": "mxfx11j",
"title": "树形展示器",
"content": "新窗口内容",
"materialId": "TreeViewer"
"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",
@@ -33,31 +89,56 @@
"materialId": "TestWidget2"
}
],
"activeTabId": "2emt1si"
"activeTabId": "mxfx11j"
},
"rightPanel": {
"id": "right",
"tabs": [
{
"id": "ojaw0e3",
"title": "新窗口 3",
"content": "新窗口内容"
},
{
"id": "vrh9bl2",
"title": "数据表格",
"content": "新窗口内容",
"materialId": "DataTable"
},
{
"id": "y2iwzgl",
"title": "测试组件A",
"content": "新窗口内容",
"materialId": "TestWidget1"
"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": "ojaw0e3"
"activeTabId": "vrh9bl2"
}
},
"lastUpdated": "2025-12-20T12:28:20.283Z"
"lastUpdated": "2025-12-20T12:43:09.638Z"
}