refactor: 给Canvas解耦合

This commit is contained in:
2025-07-09 15:55:49 +08:00
parent c5ce246caf
commit 91b00a977c
7 changed files with 768 additions and 650 deletions

View File

@@ -0,0 +1,8 @@
// 导出组件管理器服务
export { useProvideComponentManager, useComponentManager } from './componentManager';
// 导出图表管理器
export type { DiagramData, DiagramPart } from './diagramManager';
// 导出连线管理器
export type { WireItem } from './wireManager';