Skip to content

Commit e963868

Browse files
author
naocanmonster
committed
Update pro credits copy and hide model cost badge
1 parent 9c59a2f commit e963868

2 files changed

Lines changed: 1 addition & 2 deletions

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">每日赠送 1000 积分</div>
531+
<div className="rounded-md bg-primary/5 px-3 py-2 text-sm">每日赠送 500 积分</div>
532532
</div>
533533
{subscription?.plan === "pro" ? (
534534
<div className="mt-5 rounded-md border bg-muted/30 px-3 py-3">

frontend/src/utils/common.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ export function getPublicModelMetaBadges(model?: DomainModel): React.ReactNode {
389389
<>
390390
{model.is_free === true && <Badge>免费</Badge>}
391391
{model.access_level === "pro" && <Badge variant="secondary">专业版</Badge>}
392-
{model.is_free === false && <Badge variant="secondary">消耗点数</Badge>}
393392
</>
394393
)
395394
}

0 commit comments

Comments
 (0)