From e0933216d4cfaf3df6e5359e6a1608be384fa36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=9A=E5=AD=90?= <40852301+uiYzzi@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E6=9B=B4=E6=94=B9=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E4=B8=8B=E8=BD=BD=E5=88=97=E8=A1=A8=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sidebar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index 03bf410..b25380b 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -12,7 +12,7 @@ import { SidebarRail } from '../ui/sidebar'; import "./style.css" -import { Compass, Heart, RefreshCw, Settings, Waves } from 'lucide-solid'; +import { Compass, Heart, RefreshCw, Settings, Download } from 'lucide-solid'; import { useCategoriesStore } from '@/features/categories/store'; import { getIconComponent } from '@/lib/icon'; @@ -30,7 +30,7 @@ const menuItems = [ { title: '下载列表', url: '/', - icon: () => + icon: () => } ];