feat: 新增底部Dock测量面板与回调联动
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
| **managers** | `src/managers/` | 15 个管理器,处理业务逻辑和组件协调(仅 3D) | [管理器模块.md](管理器模块.md) |
|
||||
| **components** | `src/components/` | 3 个引擎组件 + 20+ UI 组件 | [组件模块.md](组件模块.md) |
|
||||
| **services** | `src/services/` | 全局服务:国际化、主题管理 | [服务模块.md](服务模块.md) |
|
||||
| **settings** | `src/managers/setting-dialog-manager.ts` | 设置系统:渲染、显示、环境配置 | [设置系统.md](设置系统.md) |
|
||||
|
||||
## Core 模块
|
||||
|
||||
@@ -38,18 +39,19 @@
|
||||
|
||||
### 功能管理器
|
||||
|
||||
| 管理器 | 职责 |
|
||||
|--------|------|
|
||||
| ComponentDetailManager | 构件详情弹窗管理 |
|
||||
| ConstructTreeManagerBtn | 构件树管理 |
|
||||
| MeasureDialogManager | 测量对话框管理 |
|
||||
| SectionPlaneDialogManager | 平面剖切管理 |
|
||||
| SectionAxisDialogManager | 轴向剖切管理 |
|
||||
| SectionBoxDialogManager | 剖切盒管理 |
|
||||
| WalkControlManager | 漫游控制管理 |
|
||||
| WalkPathDialogManager | 漫游路径管理 |
|
||||
| WalkPlanViewDialogManager | 漫游平面图管理 |
|
||||
| MapDialogManager | 地图管理 |
|
||||
| 管理器 | 职责 | 文档 |
|
||||
|--------|------|------|
|
||||
| ComponentDetailManager | 构件详情弹窗管理 | |
|
||||
| ConstructTreeManagerBtn | 构件树管理 | |
|
||||
| MeasureDialogManager | 测量对话框管理 | |
|
||||
| SectionPlaneDialogManager | 平面剖切管理 | |
|
||||
| SectionAxisDialogManager | 轴向剖切管理 | |
|
||||
| SectionBoxDialogManager | 剖切盒管理 | |
|
||||
| SettingDialogManager | 设置系统管理 | [设置系统.md](设置系统.md) |
|
||||
| WalkControlManager | 漫游控制管理 | |
|
||||
| WalkPathDialogManager | 漫游路径管理 | |
|
||||
| WalkPlanViewDialogManager | 漫游平面图管理 | |
|
||||
| MapDialogManager | 地图管理 | |
|
||||
|
||||
[查看详情 →](管理器模块.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user