feat(M01-A): 建立后端API基础骨架

This commit is contained in:
Codex
2026-06-16 20:37:55 +08:00
parent eb259ce2a4
commit 98b66d22f2
22 changed files with 437 additions and 19 deletions
+3 -3
View File
@@ -4,9 +4,9 @@
|---|---|
| 最近发布 commit | 未发布;M00 部署脚本仅生成 dry-run 发布清单 |
| 发布分支 | main |
| 当前总纲 | `V5.0.md` |
| 当前总纲 | `V5.2.md` |
| 上一版备份 | `V4.8.md` |
| 后端构建 | 未执行 |
| 后端构建 | 项目已存在;依赖未安装,构建未执行 |
| 后台构建 | 未执行 |
| 小程序检查 | 未执行 |
| 数据库迁移 | 未执行 |
@@ -14,7 +14,7 @@
| 回滚点 | - |
| Dry-run 入口 | `scripts/setup/deploy-business.sh --dry-run .` |
| Dry-run 检查 | `scripts/dev/windows/check-release-manifest.ps1`;已接入 `scripts/dev/windows/test-all.ps1` |
| Dry-run 字段 | `releaseId=DRYRUN-<short-commit>``commit=HEAD``branch=main``deployed=false`、后端/后台/迁移均记录为未生成项目而跳过 |
| Dry-run 字段 | `releaseId=DRYRUN-<short-commit>``commit=HEAD``branch=main``deployed=false`、后端项目存在时记录 `PROJECT_PRESENT_BUILD_NOT_RUN`,后台/迁移按当前状态记录 |
| Nginx 模板 | `deploy/nginx/api.txyundm.cn.conf.template` |
| Certbot 命令说明 | `deploy/certbot/api.txyundm.cn.commands.md` |
| 域名/HTTPS 检查 | `setup.sh` 菜单 4、`setup.sh --https``scripts/dev/windows/check-api-domain.ps1``scripts/dev/wsl/check-api-domain.sh` |