Skip to content

Commit 5744262

Browse files
authored
Update Footer.vue
1 parent f356604 commit 5744262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Transition name="fade" mode="out-in">
44
<div v-if="!store.playerState || !store.playerLrcShow" class="power">
55
<span>
6-
<span :class="startYear < fullYear ? 'c-hidden' : 'hidden'">星鸿_SeRazon 2024-2025 Copyright</span>
6+
<span :class="startYear < fullYear ? 'c-hidden' : 'hidden'">星鸿_SeRazon Copyright</span>
77
&copy;
88
<span v-if="startYear < fullYear"
99
class="site-start">

0 commit comments

Comments
 (0)