We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198a55b commit 9e3690fCopy full SHA for 9e3690f
1 file changed
frontend/src/components/console/nav/nav-balance.tsx
@@ -528,7 +528,7 @@ export default function NavBalance({ variant = "sidebar" }: NavBalanceProps) {
528
<div className="mt-5 space-y-3">
529
<div className="rounded-md bg-primary/5 px-3 py-2 text-sm">可选择更多 AI 模型</div>
530
<div className="rounded-md bg-primary/5 px-3 py-2 text-sm">最多同时运行 3 个任务</div>
531
- <div className="rounded-md bg-primary/5 px-3 py-2 text-sm">每日赠送 500 积分</div>
+ <div className="rounded-md bg-primary/5 px-3 py-2 text-sm">每日赠送 1000 积分</div>
532
</div>
533
{subscription?.plan === "pro" ? (
534
<div className="mt-5 rounded-md border bg-muted/30 px-3 py-3">
0 commit comments