docs: Enhance architecture diagrams, update API and deployment configurations, and remove obsolete documentation files.

This commit is contained in:
CJACK
2026-02-17 04:45:21 +08:00
parent 07de35a093
commit 5fbea97aec
10 changed files with 72 additions and 154 deletions

2
API.md
View File

@@ -27,7 +27,7 @@
| Base URL | `http://localhost:5001` 或你的部署域名 |
| 默认 Content-Type | `application/json` |
| 健康检查 | `GET /healthz``GET /readyz` |
| CORS | 已启用(`Access-Control-Allow-Origin: *` |
| CORS | 已启用(`Access-Control-Allow-Origin: *`,允许 `Content-Type`, `Authorization` |
---