Go to file
Wang Zhuoxuan b2e5b8f789 docs: 补充 POST /v1/auth/link 接口文档与 CLAUDE.md 项目约定
- 新增 /auth/link 游客账号关联接口的完整 API 文档
  (认证表、请求/响应格式、场景说明、幂等保证、错误码 CONFLICT)
- CLAUDE.md 补充相关项目引用和编码行为约定
2026-05-24 00:41:39 +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 Generate game economy migrations 2026-05-11 18:23:29 +08:00
docs docs: 补充 POST /v1/auth/link 接口文档与 CLAUDE.md 项目约定 2026-05-24 00:41:39 +08:00
scripts refactor: 统一使用 Docker Compose V2 命令语法 2026-04-17 00:31:49 +08:00
src feat: 实现 POST /v1/auth/link 游客账号关联与数据合并 2026-05-23 13:50:16 +08:00
.dockerignore feat: 添加 CI/CD 部署方案(Gitea + Docker + 双分支工作流) 2026-04-16 12:44:14 +08:00
.env.example docs: 添加 JWT_SECRET 和 ADMIN_TOKEN 生成方式说明 2026-04-16 16:02:01 +08:00
.env.prod.example docs: 添加 JWT_SECRET 和 ADMIN_TOKEN 生成方式说明 2026-04-16 16:02:01 +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: 实现 POST /v1/auth/link 游客账号关联与数据合并 2026-05-23 13:50:16 +08:00
CLAUDE.md docs: 补充 POST /v1/auth/link 接口文档与 CLAUDE.md 项目约定 2026-05-24 00:41:39 +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: 实现 POST /v1/auth/link 游客账号关联与数据合并 2026-05-23 13:50:16 +08:00
tsconfig.json feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
vitest.config.ts feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00