- Gitea CI 新增 miniprogram-test job(tsc + vitest) - GitHub Actions 新增 miniprogram-test job(tsc + vitest) - 与 Rust/Web CI 并行执行,加速反馈周期
- 创建 .gitea/workflows/ci.yml 四 job 并行流水线 (rust-check, rust-test, frontend-build, security-audit) - Docker Compose 端口不暴露到宿主机(使用 expose) - Redis 添加 requirepass 密码认证 - 添加容器资源限制 (1 CPU / 512MB) - Redis URL 格式更新为带密码认证