docs: 00-项目总览补充 Mermaid 结构图
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -39,6 +39,23 @@ Git 双推:`开发文档/8、部署/03-运维同步/sync_to_gitea_github.sh`
|
||||
|
||||

|
||||
|
||||
```mermaid
|
||||
flowchart TB
|
||||
subgraph root [工作手机仓库]
|
||||
SDK[sdk/ 代码]
|
||||
DOC[开发文档/ 1-10 + 00]
|
||||
JQ[机擎/ SKILL]
|
||||
ZL[资料/ 调研]
|
||||
end
|
||||
SDK --> APP[sdk/app FastAPI 8899]
|
||||
SDK --> AGT[sdk/agent Hook]
|
||||
DOC --> T6[6、测试 scripts]
|
||||
DOC --> T8[8、部署 Gitea门户]
|
||||
JQ --> AFU[阿服 local-mount-sync]
|
||||
DOC -.-> SDK
|
||||
JQ -.-> DOC
|
||||
```
|
||||
|
||||
详细模块拆解:[2、架构/01-总览/系统架构.md §3.0](../2、架构/01-总览/系统架构.md)
|
||||
|
||||
规范 Skill:[机擎/阿表/开发文档结构规范/SKILL.md](../../机擎/阿表/开发文档结构规范/SKILL.md)
|
||||
|
||||
Reference in New Issue
Block a user