duoqi-api/docs
Wang Zhuoxuan b590e60bce feat: implement non-linear 50-level XP curve (G2-1)
Replace flat 400 XP/level formula with the segmented curve from
LEVEL_RULES: Lv.1-5 steep ramp, Lv.6-10 moderate, Lv.11-20 linear +80,
Lv.21-35 +120, Lv.36-50 +180. Level 50 is hard-capped with xpToNextLevel=0.

Uses binary search over pre-computed cumulative thresholds for O(log n)
level lookup.
2026-05-12 11:04:23 +08:00
..
api-reference.md Record idempotent challenge answers 2026-05-11 21:34:27 +08:00
ci-deployment-guide.md feat: 添加管理员修改自己密码的接口 2026-04-23 12:32:31 +08:00
database-migration-guide.md feat: 添加管理员修改自己密码的接口 2026-04-23 12:32:31 +08:00
env-secrets-guide.md docs: add API reference and environment variable guide 2026-04-11 12:01:53 +08:00
GAMIFICATION_DESIGN.md Add gamification design and server plan 2026-05-11 17:06:42 +08:00
gamification-server-plan.md feat: implement non-linear 50-level XP curve (G2-1) 2026-05-12 11:04:23 +08:00
implementation-plan.md feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00