111
This commit is contained in:
@@ -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 接口
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user