From 3008b68234659fbc7a7ec81cffbdb6a66de630a8 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Fri, 23 May 2025 13:43:59 +0800 Subject: [PATCH] =?UTF-8?q?wip:=20=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/index.vue | 45 ------------------- .../components/AppMain/index.vue | 0 .../{LayoutBase.vue => BaseLayout.vue} | 2 +- src/layouts/components/LayoutMenu.vue | 2 +- .../{LeftSideLayout => LeftLayout}/index.vue | 16 +++---- .../{MixMenuLayout => MixLayout}/index.vue | 20 ++++----- .../NavBar/components/NavbarActions.vue | 0 .../components/NavBar/index.vue | 0 .../Settings/components/LayoutSelect.vue | 0 .../components/Settings/index.vue | 0 .../Sidebar/components/SidebarLogo.vue | 0 .../Sidebar/components/SidebarMenu.vue | 0 .../Sidebar/components/SidebarMenuItem.vue | 0 .../components/SidebarMenuItemTitle.vue | 0 .../Sidebar/components/SidebarMixTopMenu.vue | 0 .../components/TagsView/index.vue | 0 .../{TopMenuLayout => TopLayout}/index.vue | 42 +++++------------ src/layouts/index.vue | 12 ++--- 18 files changed, 36 insertions(+), 103 deletions(-) delete mode 100644 src/layout/components/Sidebar/index.vue rename src/{layout => layouts}/components/AppMain/index.vue (100%) rename src/layouts/components/{LayoutBase.vue => BaseLayout.vue} (94%) rename src/layouts/components/{LeftSideLayout => LeftLayout}/index.vue (85%) rename src/layouts/components/{MixMenuLayout => MixLayout}/index.vue (90%) rename src/{layout => layouts}/components/NavBar/components/NavbarActions.vue (100%) rename src/{layout => layouts}/components/NavBar/index.vue (100%) rename src/{layout => layouts}/components/Settings/components/LayoutSelect.vue (100%) rename src/{layout => layouts}/components/Settings/index.vue (100%) rename src/{layout => layouts}/components/Sidebar/components/SidebarLogo.vue (100%) rename src/{layout => layouts}/components/Sidebar/components/SidebarMenu.vue (100%) rename src/{layout => layouts}/components/Sidebar/components/SidebarMenuItem.vue (100%) rename src/{layout => layouts}/components/Sidebar/components/SidebarMenuItemTitle.vue (100%) rename src/{layout => layouts}/components/Sidebar/components/SidebarMixTopMenu.vue (100%) rename src/{layout => layouts}/components/TagsView/index.vue (100%) rename src/layouts/components/{TopMenuLayout => TopLayout}/index.vue (58%) diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue deleted file mode 100644 index 67acf469..00000000 --- a/src/layout/components/Sidebar/index.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - - - diff --git a/src/layout/components/AppMain/index.vue b/src/layouts/components/AppMain/index.vue similarity index 100% rename from src/layout/components/AppMain/index.vue rename to src/layouts/components/AppMain/index.vue diff --git a/src/layouts/components/LayoutBase.vue b/src/layouts/components/BaseLayout.vue similarity index 94% rename from src/layouts/components/LayoutBase.vue rename to src/layouts/components/BaseLayout.vue index bcd43332..501b1d70 100644 --- a/src/layouts/components/LayoutBase.vue +++ b/src/layouts/components/BaseLayout.vue @@ -19,7 +19,7 @@