refactor:持续解耦合

This commit is contained in:
2025-07-09 16:32:17 +08:00
parent 91b00a977c
commit 3a292c0a98
10 changed files with 183 additions and 231 deletions

View File

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