fix: 暂时移除footer中未实现的功能

This commit is contained in:
2025-10-31 15:25:00 +08:00

View File

@ -86,17 +86,17 @@
</p> </p>
<p>备案号: 浙ICP备12003709号-5</p> <p>备案号: 浙ICP备12003709号-5</p>
</div> </div>
<div class="footer-links-bottom"> <!-- <div class="footer-links-bottom"> -->
<NuxtLink :to="$localePath('/privacy')">{{ <!-- <NuxtLink :to="$localePath('/privacy')">{{ -->
$t('privacy-policy') <!-- $t('privacy-policy') -->
}}</NuxtLink> <!-- }}</NuxtLink> -->
<span class="separator">|</span> <!-- <span class="separator">|</span> -->
<NuxtLink :to="$localePath('/terms')">{{ <!-- <NuxtLink :to="$localePath('/terms')">{{ -->
$t('terms-of-service') <!-- $t('terms-of-service') -->
}}</NuxtLink> <!-- }}</NuxtLink> -->
<span class="separator">|</span> <!-- <span class="separator">|</span> -->
<NuxtLink :to="$localePath('/sitemap')">{{ $t('sitemap') }}</NuxtLink> <!-- <NuxtLink :to="$localePath('/sitemap')">{{ $t('sitemap') }}</NuxtLink> -->
</div> <!-- </div> -->
</div> </div>
</div> </div>
</footer> </footer>