feat: 增加滑动参与感 - 进度条、实时气泡、热度标签
- 卡片上方显示滑动进度条和计数 (3/15)
- 轮询检测到当前卡片新增 like 时弹出"有人也想去这家!"气泡
- 卡片图片角落显示"🔥N 人想去"热度标签
- 后端 GET /api/room/[id] 新增 likeCounts 字段
This commit is contained in:
@@ -29,6 +29,7 @@ export function useRoomPolling(roomId: string) {
|
||||
match: data?.match ?? null,
|
||||
matchType: data?.matchType ?? null,
|
||||
matchLikes: data?.matchLikes ?? 0,
|
||||
likeCounts: data?.likeCounts ?? {},
|
||||
restaurants: data?.restaurants ?? [],
|
||||
isLoading,
|
||||
error,
|
||||
|
||||
Reference in New Issue
Block a user