初始化

This commit is contained in:
yuding
2025-12-25 18:57:09 +08:00
parent 9b6959585d
commit bb82a1c555
45 changed files with 484 additions and 36938 deletions

View File

@@ -7,6 +7,7 @@ import {BimTree} from "../components/tree";
import {TreeNodeConfig} from "../components/tree/types.ts";
import {BimDialog} from "../components/dialog";
import {BimTab} from "../components/tab";
import {getIcon} from "../utils/icon-manager";
const MOCK_STRUCT_DATA: TreeNodeConfig[] =[
{
@@ -110,7 +111,7 @@ export class ConstructTreeManagerBtn extends BimComponent {
groupId: 'construct-tree',
type: 'button',
label: 'construct-tree',
icon: '<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="currentColor" d="M15 21v-3h-4V8H9v3H2V3h7v3h6V3h7v8h-7V8h-2v8h2v-3h7v8zM4 5v4zm13 10v4zm0-10v4zm0 4h3V5h-3zm0 10h3v-4h-3zM4 9h3V5H4z"/></svg>',
icon: getIcon('目录树'),
onClick: () => {
this.openConstructTreeDialog()
}