From c09707867b1fc700cc020ec2794b567acf342735 Mon Sep 17 00:00:00 2001 From: alger Date: Thu, 23 May 2024 17:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20refactor:=20=E9=80=82=E9=85=8D?= =?UTF-8?q?=20web=E7=A7=BB=E5=8A=A8=E7=AB=AF=20=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 +- src/App.vue | 14 +++- src/components/MusicList.vue | 17 ++++- src/components/PlaylistType.vue | 6 ++ src/components/RecommendSinger.vue | 109 ++++++++++++++++------------ src/layout/AppLayout.vue | 27 +++++-- src/layout/components/AppMenu.vue | 21 ++++++ src/layout/components/MusicFull.vue | 12 +++ src/layout/components/PlayBar.vue | 38 +++++++++- src/layout/components/SearchBar.vue | 6 ++ src/store/index.ts | 2 + src/utils/index.ts | 16 ++++ src/views/history/index.vue | 2 +- src/views/home/index.vue | 12 ++- src/views/list/index.vue | 14 +++- src/views/login/index.vue | 4 +- src/views/mv/index.vue | 8 +- src/views/search/index.vue | 22 +++++- src/views/user/index.vue | 10 ++- 19 files changed, 265 insertions(+), 79 deletions(-) diff --git a/index.html b/index.html index 4641787..a90cff0 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ --animate-delay: 0.5s; } - +
diff --git a/src/App.vue b/src/App.vue index 18855c3..06a029d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@