add ICP备案号 to footer
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
WangDL 2026-05-15 16:32:23 +08:00
parent c53fbfa70a
commit ebc31c849d

View File

@ -25,6 +25,9 @@ const footerLinks = [
<p style="font-size: 12px; color: #64748b; text-align: center;"> <p style="font-size: 12px; color: #64748b; text-align: center;">
© {currentYear} 知习 (ZhiXi AI). Structured learning for the digital age. © {currentYear} 知习 (ZhiXi AI). Structured learning for the digital age.
</p> </p>
<p style="font-size: 12px; color: #94a3b8; text-align: center; margin-top: 8px;">
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer" style="color: #94a3b8; text-decoration: none;">冀ICP备2026016484号</a>
</p>
</div> </div>
</footer> </footer>