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