docs: template - align assets repo layout

This commit is contained in:
tukuaiai 2026-02-26 07:41:00 +08:00
parent 1a249f4720
commit 675211c864
1 changed files with 3 additions and 3 deletions

View File

@ -205,12 +205,12 @@
│ ├── src/ │ ├── src/
│ └── tests/ │ └── tests/
├── libs/ # 共享库 ├── assets/ # 资产中心
│ ├── common/ # 公共模块 │ ├── common/ # 公共模块
│ │ ├── utils/ │ │ ├── utils/
│ │ └── models/ │ │ └── models/
│ ├── external/ # 第三方库(不可修改,只调用) │ ├── repo/ # 外部仓库中心(不可修改,只调用)
│ └── database/ # 数据库访问库 │ └── database/ # 数据库相关
├── infrastructure/ # 基础设施 ├── infrastructure/ # 基础设施
│ ├── terraform/ # 云资源定义 │ ├── terraform/ # 云资源定义