From 6e8331d3dfcbb3a717c7344bf65901111366cd8d Mon Sep 17 00:00:00 2001 From: Zixin Zhou Date: Wed, 3 Sep 2025 18:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E4=BA=86=E5=85=AD=E5=B9=B4=E5=8D=8A?= =?UTF-8?q?=20=E6=88=91=E6=AF=8F=E4=B8=80=E5=A4=A9=E9=99=AA=E5=AE=83?= =?UTF-8?q?=E4=B8=8A=E7=8F=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/layout/top-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/top-bar.tsx b/components/layout/top-bar.tsx index 3a40c78..1f78b40 100644 --- a/components/layout/top-bar.tsx +++ b/components/layout/top-bar.tsx @@ -48,7 +48,7 @@ export function TopBar({ collapsed }: { collapsed: boolean }) { const [isLogin, setIsLogin] = useState(false); const [isManagingSubscription, setIsManagingSubscription] = useState(false); const [subscriptionStatus, setSubscriptionStatus] = useState(""); - const [credits, setCredits] = useState(100); + const [credits, setCredits] = useState(0); const [isLoadingSubscription, setIsLoadingSubscription] = useState(false); // 获取用户订阅信息