添加备案号

This commit is contained in:
jimleerx
2026-01-23 00:26:03 +08:00
parent c5dea71f59
commit 465e706210

View File

@@ -11,7 +11,7 @@ import SocialIcons from './SocialIcons.astro'
>
<div class="flex items-center">
<p class="text-center text-sm text-muted-foreground">
&copy; {new Date().getFullYear()} Copyright by dev.2ha.me
&copy; {new Date().getFullYear()} Copyright by dev.2ha.me <a href="https://beian.miit.gov.cn" target="_blank">皖ICP备2025075979号</a>
</p>
</div>
<SocialIcons links={SOCIAL_LINKS} />