docs: refresh architecture diagram and structure sections

This commit is contained in:
CJACK.
2026-04-03 01:13:13 +08:00
parent cbc68f7e92
commit 2a05c96f5f
9 changed files with 117 additions and 65 deletions

View File

@@ -8,7 +8,7 @@
### 前置要求
- Go 1.24+
- Go 1.26+
- Node.js 20+WebUI 开发时)
- npm随 Node.js 提供)
@@ -94,6 +94,7 @@ docker-compose -f docker-compose.dev.yml up
```text
ds2api/
├── app/ # 统一 Handler 入口(供 Vercel / 本地共用)
├── cmd/
│ ├── ds2api/ # 本地/容器启动入口
│ └── ds2api-tests/ # 端到端测试集入口