From 055dc3972f3c4da6a379ee92c402625e04023e62 Mon Sep 17 00:00:00 2001 From: tone Date: Thu, 18 Dec 2025 21:46:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=89=8D=E7=AB=AF=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=B4=A6=E6=88=B7=E4=BF=A1=E6=81=AF=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/console/(with-menu)/components/app-sidebar.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/frontend/app/console/(with-menu)/components/app-sidebar.tsx b/apps/frontend/app/console/(with-menu)/components/app-sidebar.tsx index c2ebc54..8363c19 100644 --- a/apps/frontend/app/console/(with-menu)/components/app-sidebar.tsx +++ b/apps/frontend/app/console/(with-menu)/components/app-sidebar.tsx @@ -9,6 +9,7 @@ import { Server, SquareTerminal, Undo2, + UserPen, UsersRound, } from "lucide-react" @@ -111,6 +112,11 @@ export function AppSidebar({ user, ...props }: React.ComponentProps