From 3a07dae8b38a37d112a0f248779e0fade2b1579e Mon Sep 17 00:00:00 2001 From: expdsn <18111002318@163.com> Date: Thu, 14 Nov 2024 18:59:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9f001-f006?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 8 ++++- src/layout/GlobalMenu.tsx | 46 ++++++++++++++++++++---- src/layout/grid/WelcomePage.tsx | 7 ++-- src/layout/grid/index.tsx | 3 ++ src/layout/layout.types.ts | 3 +- src/layout/sider/ModeSwitch.tsx | 3 ++ src/layout/sider/index.tsx | 63 +++++++++++++++++++++++++++------ 7 files changed, 110 insertions(+), 23 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6b57a3d..a07d417 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,7 +30,13 @@ const layout = useLayoutStore()