From 036bed7d234a74070e619d682f00d816ff88ef07 Mon Sep 17 00:00:00 2001 From: tone Date: Fri, 19 Dec 2025 17:52:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=89=8D=E7=AB=AF=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/console/(with-menu)/components/app-sidebar.tsx | 4 ++++ apps/frontend/app/console/(with-menu)/web/config/page.tsx | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 apps/frontend/app/console/(with-menu)/web/config/page.tsx 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 d5e9f2b..6fbf2a5 100644 --- a/apps/frontend/app/console/(with-menu)/components/app-sidebar.tsx +++ b/apps/frontend/app/console/(with-menu)/components/app-sidebar.tsx @@ -60,6 +60,10 @@ export function AppSidebar({ user, ...props }: React.ComponentPropsconfig + ) +} \ No newline at end of file