feat: 更新UI

This commit is contained in:
2025-06-18 20:09:05 +08:00
parent 16bc4d2232
commit 6cc2ba28a0
5 changed files with 23 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
<template>
<footer class="blog-site-footer">
<span>© {{ new Date(startDay).getFullYear() }}-{{ new Date().getFullYear() }} Cxx</span>
<span>本网站已安全运行 {{ getBlogRunTotalTime(startDay) }}</span>
<span>博客全站共 {{ formatBlogWordCount(blogStore.blogStats.wordCount) }} </span>
<span>本网站已安全运行{{ getBlogRunTotalTime(startDay) }}</span>
<span>博客全站共{{ formatBlogWordCount(blogStore.blogStats.wordCount) }}</span>
</footer>
</template>