From 70bba94135da67f2f3cd1a22a8452d6735757fa3 Mon Sep 17 00:00:00 2001 From: Linkon <116425752+Linkon-lcw@users.noreply.github.com> Date: Tue, 20 Jan 2026 00:36:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E5=85=A8=E5=B1=80=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E6=B7=BB=E5=8A=A0=E5=BC=80=E5=8F=91=E8=80=85?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/components/GlobalSidebar.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/components/GlobalSidebar.tsx b/src/renderer/src/components/GlobalSidebar.tsx index e18247d..8846eae 100644 --- a/src/renderer/src/components/GlobalSidebar.tsx +++ b/src/renderer/src/components/GlobalSidebar.tsx @@ -6,7 +6,8 @@ import { UserAddIcon, ChevronRightIcon, ChevronLeftIcon, - SettingIcon + SettingIcon, + CodeIcon } from 'tdesign-icons-react' export const GlobalSidebar: React.FC = () => { @@ -169,6 +170,16 @@ export const GlobalSidebar: React.FC = () => { + + + + )