From a61ec9c71b28777db2645e0922f8ff1e803a4c39 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Wed, 27 Nov 2024 10:14:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=BF=81=E7=A7=BB=20components=20?= =?UTF-8?q?=E5=88=B0=20common=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/{ => common}/components/Notify/List.vue | 0 src/{ => common}/components/Notify/data.ts | 0 src/{ => common}/components/Notify/index.vue | 0 src/{ => common}/components/Notify/type.ts | 0 src/{ => common}/components/Screenfull/index.vue | 0 src/{ => common}/components/SearchMenu/Footer.vue | 0 src/{ => common}/components/SearchMenu/Modal.vue | 0 src/{ => common}/components/SearchMenu/Result.vue | 0 src/{ => common}/components/SearchMenu/index.vue | 0 src/{ => common}/components/SvgIcon/index.vue | 0 src/{ => common}/components/ThemeSwitch/index.vue | 0 src/layouts/components/NavigationBar/index.vue | 8 ++++---- src/layouts/components/TagsView/ScrollPane.vue | 2 +- src/pages/login/index.vue | 2 +- src/plugins/svg-icons.ts | 2 +- tests/components/Notify.test.ts | 4 ++-- types/global-components.d.ts | 2 +- 17 files changed, 10 insertions(+), 10 deletions(-) rename src/{ => common}/components/Notify/List.vue (100%) rename src/{ => common}/components/Notify/data.ts (100%) rename src/{ => common}/components/Notify/index.vue (100%) rename src/{ => common}/components/Notify/type.ts (100%) rename src/{ => common}/components/Screenfull/index.vue (100%) rename src/{ => common}/components/SearchMenu/Footer.vue (100%) rename src/{ => common}/components/SearchMenu/Modal.vue (100%) rename src/{ => common}/components/SearchMenu/Result.vue (100%) rename src/{ => common}/components/SearchMenu/index.vue (100%) rename src/{ => common}/components/SvgIcon/index.vue (100%) rename src/{ => common}/components/ThemeSwitch/index.vue (100%) diff --git a/src/components/Notify/List.vue b/src/common/components/Notify/List.vue similarity index 100% rename from src/components/Notify/List.vue rename to src/common/components/Notify/List.vue diff --git a/src/components/Notify/data.ts b/src/common/components/Notify/data.ts similarity index 100% rename from src/components/Notify/data.ts rename to src/common/components/Notify/data.ts diff --git a/src/components/Notify/index.vue b/src/common/components/Notify/index.vue similarity index 100% rename from src/components/Notify/index.vue rename to src/common/components/Notify/index.vue diff --git a/src/components/Notify/type.ts b/src/common/components/Notify/type.ts similarity index 100% rename from src/components/Notify/type.ts rename to src/common/components/Notify/type.ts diff --git a/src/components/Screenfull/index.vue b/src/common/components/Screenfull/index.vue similarity index 100% rename from src/components/Screenfull/index.vue rename to src/common/components/Screenfull/index.vue diff --git a/src/components/SearchMenu/Footer.vue b/src/common/components/SearchMenu/Footer.vue similarity index 100% rename from src/components/SearchMenu/Footer.vue rename to src/common/components/SearchMenu/Footer.vue diff --git a/src/components/SearchMenu/Modal.vue b/src/common/components/SearchMenu/Modal.vue similarity index 100% rename from src/components/SearchMenu/Modal.vue rename to src/common/components/SearchMenu/Modal.vue diff --git a/src/components/SearchMenu/Result.vue b/src/common/components/SearchMenu/Result.vue similarity index 100% rename from src/components/SearchMenu/Result.vue rename to src/common/components/SearchMenu/Result.vue diff --git a/src/components/SearchMenu/index.vue b/src/common/components/SearchMenu/index.vue similarity index 100% rename from src/components/SearchMenu/index.vue rename to src/common/components/SearchMenu/index.vue diff --git a/src/components/SvgIcon/index.vue b/src/common/components/SvgIcon/index.vue similarity index 100% rename from src/components/SvgIcon/index.vue rename to src/common/components/SvgIcon/index.vue diff --git a/src/components/ThemeSwitch/index.vue b/src/common/components/ThemeSwitch/index.vue similarity index 100% rename from src/components/ThemeSwitch/index.vue rename to src/common/components/ThemeSwitch/index.vue diff --git a/src/layouts/components/NavigationBar/index.vue b/src/layouts/components/NavigationBar/index.vue index 98d02bb2..73be4251 100644 --- a/src/layouts/components/NavigationBar/index.vue +++ b/src/layouts/components/NavigationBar/index.vue @@ -1,13 +1,13 @@