修正跳一跳排行榜展示名

新增排行榜 displayName 契约并在 api-server 出口补齐展示名

调整跳一跳结果页和运行态排行榜只显示 displayName

补充禁止展示 user_id 的前后端回归测试

更新跳一跳 PRD、后端契约文档和 Hermes 决策记录
This commit is contained in:
2026-06-07 16:25:58 +08:00
parent 8dca8a6443
commit 78791af424
12 changed files with 116 additions and 12 deletions

View File

@@ -294,6 +294,7 @@ export interface JumpHopJumpResponse {
export interface JumpHopLeaderboardEntry {
rank: number;
playerId: string;
displayName: string;
successfulJumpCount: number;
durationMs: number;
updatedAt: string;