Go to file
Wang Zhuoxuan 32dd6a3190
All checks were successful
CI/CD Pipeline / Code Quality (push) Successful in 25s
CI/CD Pipeline / Unit Tests (push) Successful in 20s
CI/CD Pipeline / Build & Deploy Test (push) Has been skipped
CI/CD Pipeline / Build & Deploy Production (push) Successful in 1m28s
perf: 移除 tsconfig 中不必要的 declaration 和 declarationMap 降低 CI 内存占用
API 服务器不需要生成 .d.ts 声明文件,这两个选项是 tsc 内存消耗的主要来源,
在内存受限的 CI runner 上会导致 OOM 被 SIGKILL。
2026-05-28 23:48:48 +08:00
.gitea/workflows fix: health 路由路径修正为 /health 2026-04-18 04:13:59 +08:00
content feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
db feat: 集成阿里云融合认证实现手机号一键登录与登录方式管理 2026-05-27 22:50:11 +08:00
docs refactor: 融合认证 schemeCode 按平台拆分为独立环境变量 2026-05-28 23:43:21 +08:00
scripts refactor: 统一使用 Docker Compose V2 命令语法 2026-04-17 00:31:49 +08:00
src refactor: 融合认证 schemeCode 按平台拆分为独立环境变量 2026-05-28 23:43:21 +08:00
.dockerignore feat: 添加 CI/CD 部署方案(Gitea + Docker + 双分支工作流) 2026-04-16 12:44:14 +08:00
.env.example refactor: 融合认证 schemeCode 按平台拆分为独立环境变量 2026-05-28 23:43:21 +08:00
.env.prod.example refactor: 融合认证 schemeCode 按平台拆分为独立环境变量 2026-05-28 23:43:21 +08:00
.gitignore Add AGENTS.md and ignore coverage 2026-05-04 22:02:01 +08:00
AGENTS.md Add AGENTS.md and ignore coverage 2026-05-04 22:02:01 +08:00
bun.lock feat: 集成阿里云融合认证实现手机号一键登录与登录方式管理 2026-05-27 22:50:11 +08:00
CLAUDE.md feat: 集成阿里云融合认证实现手机号一键登录与登录方式管理 2026-05-27 22:50:11 +08:00
dev-spec.md docs: sync project progress across CLAUDE.md and dev-spec.md 2026-04-09 12:02:43 +08:00
docker-compose.prod.yml fix: health 路由路径修正为 /health 2026-04-18 04:13:59 +08:00
docker-compose.yml feat: 添加 CI/CD 部署方案(Gitea + Docker + 双分支工作流) 2026-04-16 12:44:14 +08:00
Dockerfile fix: health 路由路径修正为 /health 2026-04-18 04:13:59 +08:00
drizzle.config.ts 修复游戏化测试与奖励边界 2026-05-17 00:22:55 +08:00
eslint.config.js Add Flutter app-facing API routes 2026-05-04 01:24:23 +08:00
package.json feat: 集成阿里云融合认证实现手机号一键登录与登录方式管理 2026-05-27 22:50:11 +08:00
tsconfig.json perf: 移除 tsconfig 中不必要的 declaration 和 declarationMap 降低 CI 内存占用 2026-05-28 23:48:48 +08:00
vitest.config.ts feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00