feat: 显示每个人的实时滑卡进度,用 emoji 头像区分用户

滑卡时进度条下方展示所有人的进度(如 🐸你 12/15 🐱 8/15),
等待页面也改为详细进度卡片,减少等待焦虑并增强社交临场感。
每个用户根据 userId 确定性分配 emoji 头像,无需手动输入。
This commit is contained in:
2026-02-24 19:23:06 +08:00
parent 998d0a4e15
commit b406acc813
2 changed files with 167 additions and 24 deletions
+1
View File
@@ -58,6 +58,7 @@ export default function RoomPage() {
matchType={matchType}
matchLikes={matchLikes}
likeCounts={likeCounts}
swipeCounts={swipeCounts}
userCount={userCount}
onReset={handleReset}
/>