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