Update Footer.vue

This commit is contained in:
SunXa 2024-05-03 17:13:04 +08:00 committed by GitHub
parent 69d5c7514e
commit ce864aa759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
<template>
<footer id="footer" :class="store.footerBlur ? 'blur' : null">
<footer id="footer" :class="store.footerBlur ? 'blur' : null">
<Transition name="fade" mode="out-in">
<div v-if="!store.playerState || !store.playerLrcShow" class="power">
<span>
@ -9,16 +9,16 @@
-
</span>
{{ fullYear }}
<a :href="siteUrl">{{ siteAnthor }}</a>
<span>{{ siteAnthor }}</span>
</span>
<!-- 以下信息请不要修改哦 -->
<span class="hidden">
&amp;&nbsp;Made&nbsp;by
<a :href="config.github" target="_blank">
<span>
{{ config.author }}
</a>
</span>
<!-- 站点备案 -->
</span>
<!-- 保留站点备案的超链接 -->
<a v-if="siteIcp" href="https://beian.miit.gov.cn" target="_blank">
&amp;
{{ siteIcp }}
@ -34,7 +34,7 @@
</Transition>
</div>
</Transition>
</footer>
</footer>
</template>
<script setup>