We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a288595 commit 9c6c6dcCopy full SHA for 9c6c6dc
1 file changed
client/src/components/Footer.vue
@@ -3,7 +3,10 @@
3
<div class="container mx-auto px-4">
4
<div class="flex flex-col md:flex-row justify-between items-center">
5
<div class="mb-4 md:mb-0">
6
- <p class="text-gray-600">© {{ currentYear }} Myshkin451博客. 保留所有权利.</p>
+ <p class="text-gray-600">
7
+ © {{ currentYear }} Myshkin451博客. 保留所有权利.
8
+ <span class="text-xs">v2.0 - CI/CD Enabled!</span>
9
+ </p>
10
</div>
11
12
<!-- 社交媒体链接(预留) -->
0 commit comments