feat: 新增隐私政策页面,Footer增加链接

This commit is contained in:
2026-08-06 17:22:49 +08:00
parent f6ce630587
commit 6c8077477a
4 changed files with 52 additions and 0 deletions
+5
View File
@@ -3,6 +3,11 @@ export default function Footer() {
<footer className="mt-auto border-t border-slate-100 bg-slate-950 py-10 text-slate-400">
<div className="mx-auto max-w-7xl px-6 text-center text-sm">
<p>&copy; {new Date().getFullYear()} . All rights reserved.</p>
<p className="mt-2">
<a href="/privacy-policy" className="hover:text-white">
</a>
</p>
{/*
合规要求:中国大陆网站需展示 ICP 备案号并链接至工信部备案查询。
详见 documents/设计方案分析与完善版.md §2.15。