From df0c24a0faf4713dc4b7ff26c73df86b4420811f Mon Sep 17 00:00:00 2001
From: shy3130 <415333856@qq.com>
Date: Thu, 20 Aug 2026 16:27:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E5=BE=BD=E6=A0=87?=
=?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=8D=A2=E4=B8=BA=20Activity=20=E6=B3=A2?=
=?UTF-8?q?=E5=BD=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/components/Layout.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 || '数据源'}