File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments