feat(footer): add 公安备案 link

This commit is contained in:
yzhai 2026-03-06 14:25:47 +08:00
parent 9576701d85
commit b72d7afc93

View File

@ -17,6 +17,20 @@ export default ((opts?: Options) => {
{i18n(cfg.locale).components.footer.createdWith}{" "} {i18n(cfg.locale).components.footer.createdWith}{" "}
<a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year} <a href="https://quartz.jzhao.xyz/">Quartz v{version}</a> © {year}
</p> </p>
<p>
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noreferrer">
ICP备2026009063号-1
</a>
</p>
<p>
<a
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=32050502012925"
target="_blank"
rel="noreferrer"
>
32050502012925
</a>
</p>
<ul> <ul>
{Object.entries(links).map(([text, link]) => ( {Object.entries(links).map(([text, link]) => (
<li> <li>