Commit 94c5879
committed
💾 Feat(Core.Plugin): IPluginServer 接口暴露 Connections 属性
- IPluginServer 新增 Connections 属性 (IReadOnlyList<IPluginConnector>)
- PluginsServer 显式实现接口, 将内部 IPluginConnection 列表转为 IPluginConnector
- Dashboard 通过 DI 获取已连接插件函数列表, 遵循 Core/UI 分离架构1 parent fbe40fb commit 94c5879
3 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
| |||
Submodule KitX Dashboard updated 5 files
0 commit comments