From e1080597739dab7f2634daa5160627b6cdcd2d2a Mon Sep 17 00:00:00 2001 From: alger Date: Wed, 29 Sep 2021 15:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A6=E4=BE=A7=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F,=20=20=E6=B7=BB=E5=8A=A0=E6=AD=8C=E5=8D=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/api/list.ts | 24 ++++ src/components/common/SongItem.vue | 2 +- src/layout/AppLayout.vue | 12 +- src/layout/components/AppMenu.vue | 53 ++++---- src/router/home.ts | 34 +++++ src/router/index.ts | 15 +-- src/store/index.ts | 20 +-- src/type/list.ts | 147 +++++++++++++++++++++ src/type/listDetail.ts | 203 +++++++++++++++++++++++++++++ src/views/home/index.vue | 7 +- src/views/list/index.vue | 191 +++++++++++++++++++++++++++ 12 files changed, 648 insertions(+), 62 deletions(-) create mode 100644 src/api/list.ts create mode 100644 src/router/home.ts create mode 100644 src/type/list.ts create mode 100644 src/type/listDetail.ts create mode 100644 src/views/list/index.vue diff --git a/index.html b/index.html index e65b650..4dc97f0 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ Vite App \ No newline at end of file