fix: 0 票最佳匹配时展示"都不太满意"引导页,替代尴尬的 Trophy 展示
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user