Skip to content

Commit 9c6c6dc

Browse files
committed
ci/cd test
1 parent a288595 commit 9c6c6dc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

client/src/components/Footer.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<div class="container mx-auto px-4">
44
<div class="flex flex-col md:flex-row justify-between items-center">
55
<div class="mb-4 md:mb-0">
6-
<p class="text-gray-600">© {{ currentYear }} Myshkin451博客. 保留所有权利.</p>
6+
<p class="text-gray-600">
7+
© {{ currentYear }} Myshkin451博客. 保留所有权利.
8+
<span class="text-xs">v2.0 - CI/CD Enabled!</span>
9+
</p>
710
</div>
811

912
<!-- 社交媒体链接(预留) -->

0 commit comments

Comments
 (0)