diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 9613b79..2ca47eb 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -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} /> - + {providerName || '数据源'}