This commit is contained in:
2025-10-10 10:37:11 +08:00
parent 05882bb3d3
commit 0ca5daad3b
12 changed files with 58 additions and 58 deletions

View File

@@ -56,7 +56,7 @@ Vue Desktop 使用分层的事件管理系统:
```mermaid
graph TD
A[SystemServiceIntegration] --> B[EventCommunicationService]
A --> C[WindowService]
A --> C[WindowFormService]
A --> D[ResourceService]
B --> E[IEventBuilder]
@@ -114,7 +114,7 @@ constructor(config: SystemServiceConfig = {}) {
// 注入到依赖的服务中
// EventCommunicationService 需要 IEventBuilder 接口
// WindowService 也需要 IEventBuilder 接口
// WindowFormService 也需要 IEventBuilder 接口
}
```