From 6a8c1b23f512a196be5cf587c650e4cd14b2eed4 Mon Sep 17 00:00:00 2001 From: NanoRocky <3525987739@qq.com> Date: Sat, 23 Nov 2024 01:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BD=E6=95=B0=E5=BF=98=E8=AE=B0=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=20bug=20=E4=BF=AE=E5=A4=8D=EF=BC=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.vue | 1 + src/components/Player.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 00d40c8..865393e 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -84,6 +84,7 @@ const startYear = ref( import.meta.env.VITE_SITE_START.substring(0, 4) : null ); const siteIcp = ref(import.meta.env.VITE_SITE_ICP); +const siteMps = ref(import.meta.env.VITE_SITE_MPS); const siteAuthor = ref(import.meta.env.VITE_SITE_AUTHOR); const siteUrl = computed(() => { const url = import.meta.env.VITE_SITE_URL; diff --git a/src/components/Player.vue b/src/components/Player.vue index cec0918..300ad24 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -2,7 +2,7 @@ + @timeupdate="showYrc" @error="loadMusicError" />