fix(private-room): preserve payment return route

This commit is contained in:
2026-07-16 18:06:15 +08:00
parent b64a90f0e3
commit 4981de9b18
17 changed files with 280 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import type {
} from "@/data/storage/navigation";
export type AppSubscriptionType = "vip" | "topup";
export type AppSubscriptionReturnTo = "chat" | null;
export type AppSubscriptionReturnTo = "chat" | "private-room" | null;
export interface OpenSubscriptionInput {
type: AppSubscriptionType;