docs: template - align assets repo layout
This commit is contained in:
parent
1a249f4720
commit
675211c864
|
|
@ -205,12 +205,12 @@
|
|||
│ ├── src/
|
||||
│ └── tests/
|
||||
│
|
||||
├── libs/ # 共享库
|
||||
├── assets/ # 资产中心
|
||||
│ ├── common/ # 公共模块
|
||||
│ │ ├── utils/
|
||||
│ │ └── models/
|
||||
│ ├── external/ # 第三方库(不可修改,只调用)
|
||||
│ └── database/ # 数据库访问库
|
||||
│ ├── repo/ # 外部仓库中心(不可修改,只调用)
|
||||
│ └── database/ # 数据库相关
|
||||
│
|
||||
├── infrastructure/ # 基础设施
|
||||
│ ├── terraform/ # 云资源定义
|
||||
|
|
|
|||
Loading…
Reference in New Issue