deploy(M00-E): 补充API域名HTTPS检查

This commit is contained in:
Codex
2026-06-15 16:34:36 +08:00
parent c51ba43fa9
commit f5445f16d7
19 changed files with 225 additions and 50 deletions
+1
View File
@@ -8,6 +8,7 @@
| `miniapp/` | 微信原生小程序 | 必须提交源码,不提交本地缓存 |
| `database/` | 数据库迁移和种子 | 必须提交脱敏 SQL |
| `deploy/` | 部署版本和说明 | 必须提交 |
| `deploy/nginx/` | API 域名 Nginx 模板 | 必须提交模板,不提交证书 |
| `scripts/` | 检查、部署和运维脚本 | 必须提交 |
| `docs/` | 状态、日志、变更和验收记录 | 必须提交 |
| `docs/reference-page-map.md` | 旧小程序页面脱敏地图 | 必须提交 |