feat(chat): support ai photo viewing
This commit is contained in:
@@ -25,7 +25,7 @@ export interface ChatState {
|
||||
guestTotalQuota: number;
|
||||
quotaExceededTrigger: number;
|
||||
paywallTriggered: boolean;
|
||||
paywallReason: "daily_limit" | null;
|
||||
paywallReason: "daily_limit" | "photo_paywall" | null;
|
||||
paywallDetail: { usedToday: number; limit: number } | null;
|
||||
isLoadingMore: boolean;
|
||||
hasMore: boolean;
|
||||
|
||||
Reference in New Issue
Block a user