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" />