chore: 页脚移除 'Built with Vue 3' 字样

- 页脚仅保留版权年份,去掉技术栈宣传文字
- 同步更新 timeTableFix 子模块 gitlink(导入按钮高亮)
- 移除无用的 .footer__dot 样式
This commit is contained in:
Zikai
2026-07-24 09:25:37 +00:00
parent 05a594d0cb
commit cb50c23c84
2 changed files with 1 additions and 6 deletions

View File

@@ -62,8 +62,6 @@ const keepInclude = computed(() =>
<footer class="footer">
<div class="container footer__inner">
<span>© {{ new Date().getFullYear() }} Zikai Wang</span>
<span class="footer__dot">·</span>
<span>Built with Vue 3</span>
</div>
</footer>
</div>
@@ -122,9 +120,6 @@ const keepInclude = computed(() =>
color: var(--text-tertiary);
font-size: 0.85rem;
}
.footer__dot {
opacity: 0.5;
}
.fade-enter-active,
.fade-leave-active {