fix: 0 票最佳匹配时展示"都不太满意"引导页,替代尴尬的 Trophy 展示

This commit is contained in:
2026-02-24 19:26:54 +08:00
parent b406acc813
commit 30329df136
3 changed files with 88 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export interface Restaurant {
export type SwipeDirection = "left" | "right";
export type MatchType = "unanimous" | "best" | null;
export type MatchType = "unanimous" | "best" | "no_match" | null;
export interface RoomStatus {
roomId: string;