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 = () => {
+
+
+
+
)