mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 05:55:42 -05:00
feat(footer): add 公安备案 link
This commit is contained in:
parent
9576701d85
commit
b72d7afc93
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user