Update refactoring plan: ProjectManager DI

This commit is contained in:
2026-03-25 16:26:18 +08:00
parent d4c94907ba
commit 48d9e0a7d2

View File

@@ -485,6 +485,7 @@ private:
- 删除了 `editor/src/Managers/LogSystem.h/cpp``editor/src/Core/LogEntry.h`
- **命名规范修复**SelectionManagerImpl → SelectionManagerEditorContextImpl → EditorContext
- 删除了未使用的 SceneManagerImpl 和 ISceneManager
- **ProjectManager 单例移除**:创建了 IProjectManager 接口ProjectManager 实现该接口EditorContext 拥有实例
### 阶段二:核心功能(第 3-4 周)