From 94509a577cac978c79349ecfd07ad04b12531bb3 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Tue, 20 May 2025 16:18:57 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E7=BB=84=E4=BB=B6=E9=87=8D=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/bell.svg | 1 + .../index.vue | 68 ++++--------------- .../NavBar/components/NavbarRight.vue | 2 +- src/types/components.d.ts | 2 +- 4 files changed, 17 insertions(+), 56 deletions(-) create mode 100644 src/assets/icons/bell.svg rename src/components/{NoticeDropdown => Notification}/index.vue (78%) diff --git a/src/assets/icons/bell.svg b/src/assets/icons/bell.svg new file mode 100644 index 00000000..262d0ac0 --- /dev/null +++ b/src/assets/icons/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/NoticeDropdown/index.vue b/src/components/Notification/index.vue similarity index 78% rename from src/components/NoticeDropdown/index.vue rename to src/components/Notification/index.vue index 541524fe..39af1cff 100644 --- a/src/components/NoticeDropdown/index.vue +++ b/src/components/Notification/index.vue @@ -1,27 +1,21 @@