From d7379af717de133db5b00c6c678ae43980eaeca6 Mon Sep 17 00:00:00 2001 From: Stringadmin Date: Fri, 5 Jun 2026 01:05:43 +0800 Subject: [PATCH] feat: disable recharge modal, show coming-soon toast instead Payment gateway is not yet configured, so hide the recharge flow and show an informational toast when users click the balance button. Co-Authored-By: Claude Opus 4.7 --- src/components/AppShell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppShell.tsx b/src/components/AppShell.tsx index ce0a772..f3825ec 100644 --- a/src/components/AppShell.tsx +++ b/src/components/AppShell.tsx @@ -370,7 +370,7 @@ function AppShell({ className="member-button" type="button" aria-label={`积分余额 ${displayedBalanceLabel}`} - onClick={() => setRechargeOpen(true)} + onClick={() => toast.info("充值功能即将开放,敬请期待")} > {displayedBalanceLabel}