From 6c8229a21df2d82c3daa16b2066f2a4dd1da4d27 Mon Sep 17 00:00:00 2001 From: alger Date: Tue, 19 Dec 2023 14:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BF=AE=E6=94=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=92=8C=E5=90=AF=E5=8A=A8=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- index.html | 1 + package.json | 7 +- public/css/base.css | 3 + src/components/PlaylistType.vue | 4 +- src/layout/components/MusicFull.vue | 3 +- src/layout/components/PlayBar.vue | 4 +- src/router/home.ts | 62 ++--- src/utils/index.ts | 2 +- src/views/home/index.vue | 33 +-- src/views/list/index.vue | 12 +- src/views/login/index.vue | 337 ++++++++++++++-------------- src/views/user/index.vue | 2 +- 13 files changed, 239 insertions(+), 233 deletions(-) create mode 100644 public/css/base.css diff --git a/app.js b/app.js index e101474..c37cc67 100644 --- a/app.js +++ b/app.js @@ -14,8 +14,8 @@ function createWindow() { win.setMinimumSize(1280, 900); if (process.env.NODE_ENV === 'dev') { - win.loadURL('http://localhost:4678/') win.webContents.openDevTools({ mode: 'detach' }) + win.loadURL('http://localhost:4678/') } else { win.loadURL(`file://${__dirname}/dist/index.html`) } diff --git a/index.html b/index.html index e907a88..5916e0a 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ href="./public/icon/iconfont.css" /> + diff --git a/src/views/list/index.vue b/src/views/list/index.vue index 7f4e6f2..7f6182e 100644 --- a/src/views/list/index.vue +++ b/src/views/list/index.vue @@ -105,7 +105,7 @@ const handlePlay = (item: any) => {