From a1b1d861ac8cd5b16ac6ed606899248a1b779d5e Mon Sep 17 00:00:00 2001 From: alger Date: Mon, 9 Dec 2024 18:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BF=AE=E6=94=B9=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 -- index.html | 7 ++++++ src/components/common/InstallAppModal.vue | 29 ++++++++++++----------- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/components.d.ts b/components.d.ts index 0e23dab..969a8de 100644 --- a/components.d.ts +++ b/components.d.ts @@ -8,7 +8,6 @@ export {} declare module 'vue' { export interface GlobalComponents { Coffee: typeof import('./src/components/Coffee.vue')['default'] - Cooffee: typeof import('./src/components/Cooffee.vue')['default'] InstallAppModal: typeof import('./src/components/common/InstallAppModal.vue')['default'] MPop: typeof import('./src/components/common/MPop.vue')['default'] MusicList: typeof import('./src/components/MusicList.vue')['default'] @@ -38,7 +37,6 @@ 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/index.html b/index.html index cd22625..460c27c 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,7 @@ +