Skip to content

Commit 9e3690f

Browse files
committed
docs: update pro plan daily points copy
1 parent 198a55b commit 9e3690f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/console/nav/nav-balance.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ export default function NavBalance({ variant = "sidebar" }: NavBalanceProps) {
528528
<div className="mt-5 space-y-3">
529529
<div className="rounded-md bg-primary/5 px-3 py-2 text-sm">可选择更多 AI 模型</div>
530530
<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>
531+
<div className="rounded-md bg-primary/5 px-3 py-2 text-sm">每日赠送 1000 积分</div>
532532
</div>
533533
{subscription?.plan === "pro" ? (
534534
<div className="mt-5 rounded-md border bg-muted/30 px-3 py-3">

0 commit comments

Comments
 (0)