chore: 页脚移除 'Built with Vue 3' 字样
- 页脚仅保留版权年份,去掉技术栈宣传文字 - 同步更新 timeTableFix 子模块 gitlink(导入按钮高亮) - 移除无用的 .footer__dot 样式
This commit is contained in:
@@ -62,8 +62,6 @@ const keepInclude = computed(() =>
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container footer__inner">
|
<div class="container footer__inner">
|
||||||
<span>© {{ new Date().getFullYear() }} Zikai Wang</span>
|
<span>© {{ new Date().getFullYear() }} Zikai Wang</span>
|
||||||
<span class="footer__dot">·</span>
|
|
||||||
<span>Built with Vue 3</span>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
@@ -122,9 +120,6 @@ const keepInclude = computed(() =>
|
|||||||
color: var(--text-tertiary);
|
color: var(--text-tertiary);
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
.footer__dot {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fade-enter-active,
|
.fade-enter-active,
|
||||||
.fade-leave-active {
|
.fade-leave-active {
|
||||||
|
|||||||
2
third_party/timeTableFix
vendored
2
third_party/timeTableFix
vendored
Submodule third_party/timeTableFix updated: 0448ec8b72...1b67e15071
Reference in New Issue
Block a user