feat(chat): handle daily message paywall

This commit is contained in:
2026-06-22 10:46:17 +08:00
parent df7f673855
commit 61fd4ca916
10 changed files with 162 additions and 44 deletions
@@ -45,7 +45,7 @@ export function ChatQuotaExhaustedBanner({
onUnlock();
return;
}
router.push(ROUTES.auth);
router.push(`${ROUTES.subscription}?type=vip`);
};
return (