From 17795e5da2e919e9a658c53704e2a0c43de3ec71 Mon Sep 17 00:00:00 2001 From: alger Date: Sun, 8 Dec 2024 21:50:58 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=B7=BB=E5=8A=A0=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E9=80=9F=E5=BA=A6=E8=B0=83=E6=95=B4=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E8=87=AA=E9=80=82?= =?UTF-8?q?=E5=BA=94=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 + electron/set.json | 6 +- package.json | 2 +- src/App.vue | 9 +-- src/components/common/InstallAppModal.vue | 8 ++- src/store/index.ts | 40 +++++++++++- src/utils/index.ts | 13 +++- src/views/list/index.vue | 48 ++++---------- src/views/mv/index.vue | 20 +++--- src/views/set/index.vue | 78 +++++++++++++++++++---- 10 files changed, 149 insertions(+), 77 deletions(-) diff --git a/components.d.ts b/components.d.ts index 99a9dd0..0e23dab 100644 --- a/components.d.ts +++ b/components.d.ts @@ -16,6 +16,7 @@ declare module 'vue' { NAvatar: typeof import('naive-ui')['NAvatar'] NButton: typeof import('naive-ui')['NButton'] NButtonGroup: typeof import('naive-ui')['NButtonGroup'] + NCheckbox: typeof import('naive-ui')['NCheckbox'] NConfigProvider: typeof import('naive-ui')['NConfigProvider'] NDialogProvider: typeof import('naive-ui')['NDialogProvider'] NDrawer: typeof import('naive-ui')['NDrawer'] @@ -37,6 +38,7 @@ declare module 'vue' { PlayListsItem: typeof import('./src/components/common/PlayListsItem.vue')['default'] PlaylistType: typeof import('./src/components/PlaylistType.vue')['default'] PlayVideo: typeof import('./src/components/common/PlayVideo.vue')['default'] + PWAInstallPrompt: typeof import('./src/components/common/PWAInstallPrompt.vue')['default'] RecommendAlbum: typeof import('./src/components/RecommendAlbum.vue')['default'] RecommendSinger: typeof import('./src/components/RecommendSinger.vue')['default'] RecommendSonglist: typeof import('./src/components/RecommendSonglist.vue')['default'] diff --git a/electron/set.json b/electron/set.json index 2eb3dd9..b43145a 100644 --- a/electron/set.json +++ b/electron/set.json @@ -1,5 +1,7 @@ { - "version": "1.5.1", "isProxy": false, - "author": "alger" + "noAnimate": false, + "animationSpeed": 1, + "author": "Alger", + "authorUrl": "https://github.com/algerkong" } diff --git a/package.json b/package.json index b58be56..d29d4ec 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "postcss": "^8.4.49", "prettier": "^3.3.3", "remixicon": "^4.2.0", - "sass": "^1.78.0", + "sass": "^1.82.0", "tailwindcss": "^3.4.15", "typescript": "^5.5.4", "unplugin-auto-import": "^0.18.2", diff --git a/src/App.vue b/src/App.vue index daab34d..3773c51 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,20 +11,17 @@ diff --git a/src/components/common/InstallAppModal.vue b/src/components/common/InstallAppModal.vue index 2b9deb0..48d8eeb 100644 --- a/src/components/common/InstallAppModal.vue +++ b/src/components/common/InstallAppModal.vue @@ -7,7 +7,8 @@

Alger Music

-

在桌面安装应用,获得更好的体验

+

在桌面安装应用,获得更好的体验

+ 不再提示