chore: 更新页脚为实际ICP备案号 冀ICP备2025130506号-1

This commit is contained in:
2026-08-06 16:54:23 +08:00
parent 73d2465ef2
commit f6ce630587
+1 -2
View File
@@ -6,7 +6,6 @@ export default function Footer() {
{/*
合规要求:中国大陆网站需展示 ICP 备案号并链接至工信部备案查询。
详见 documents/设计方案分析与完善版.md §2.15。
实际备案号需在完成 ICP 备案后替换。
*/}
<p className="mt-2">
<a
@@ -15,7 +14,7 @@ export default function Footer() {
rel="noreferrer"
className="hover:text-white"
>
ICP备XXXXXXXX-1
ICP备2025130506-1
</a>
</p>
</div>