1
0

chore: 关闭全站友链功能

This commit is contained in:
2025-10-09 22:57:41 +08:00
parent c40cb54350
commit 97c0b00ea0
2 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ const siteLinks = computed(() => {
<div class="site-footer__row">
<span>Copyright © {{ siteData.site.value.title }} Powered by VitePress</span>
</div>
<div class="site-footer__row">
<div v-if="false" class="site-footer__row">
<span>友情链接</span>
<a
v-for="(item, index) in siteLinks"