This commit is contained in:
编码猿
2025-09-17 02:31:37 +08:00
parent 2c3cffdfa5
commit 02cae30c4c
2 changed files with 74 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ src/
├── app/ # 【交付层】应用组装和配置路由、状态管理、主布局、UI库设置、错误处理、依赖注入容器
│ ├── components/ # 通用UI组件与业务无关如ButtonModal
│ ├── layouts/ # 布局组件
│ ├── di/ # 依赖注入配置
│ ├── router/ # Vue Router 配置
│ ├── stores/ # Pinia Store用于UI状态管理非核心业务状态
│ └── main.ts # 应用入口,依赖注入的组装之地