chore: add maintenance workflow

This commit is contained in:
Codex
2026-06-13 23:26:51 +08:00
parent ad77a19fbd
commit 5f90abf6a8
4 changed files with 244 additions and 0 deletions
+3
View File
@@ -5,8 +5,11 @@
## 目录
- `app/`:FastAPI 后端和内置前端页面。
- `MAINTENANCE.md`:日常检查、部署、数据保护和回滚流程。
- `Makefile`:常用维护命令入口。
- `scripts/deploy_to_vps.py`:部署网页服务到 VPS。
- `scripts/sync_to_vps.py`:同步正式数据文件到 VPS。
- `scripts/smoke_test.js`:轻量前端行为烟测。
- `scripts/install_launch_agent.py`:安装 Mac 开机常驻同步任务。
- `launchd/com.xsk.records.sync.plist.template`LaunchAgent 模板。