diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index d0acf8b..9613b79 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -28,6 +28,7 @@ import { Pickaxe, FileText, Settings, + ChartLine, Database, Loader2, LayoutDashboard, @@ -228,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 || '数据源'}