数据源徽标图标换为 Activity 波形

This commit is contained in:
shy3130
2026-08-20 16:27:46 +08:00
parent a9b6724d5a
commit df0c24a0fa
+2 -2
View File
@@ -28,7 +28,7 @@ import {
Pickaxe,
FileText,
Settings,
ChartLine,
Activity,
Database,
Loader2,
LayoutDashboard,
@@ -229,7 +229,7 @@ function TierBadge({ label, hasKey, providerName, isTickflow }: { label: string;
className="pointer-events-none absolute inset-y-1.5 left-0 w-[2px] rounded-full bg-accent/50 transition-colors group-hover:bg-accent"
style={base === 'expert' ? { background: 'linear-gradient(180deg, #60a5fa, #c084fc, #fbbf24)' } : undefined}
/>
<ChartLine className="h-3.5 w-3.5 shrink-0 text-muted group-hover:text-accent transition-colors" />
<Activity className="h-3.5 w-3.5 shrink-0 text-muted group-hover:text-accent transition-colors" />
<span className="min-w-0 truncate text-[11px] font-medium text-secondary group-hover:text-foreground transition-colors">
{providerName || '数据源'}
</span>