From b72d7afc9355776451eb767b6a5efad36bf4d4bb Mon Sep 17 00:00:00 2001
From: yzhai
Date: Fri, 6 Mar 2026 14:25:47 +0800
Subject: [PATCH] =?UTF-8?q?feat(footer):=20add=20=E5=85=AC=E5=AE=89?=
=?UTF-8?q?=E5=A4=87=E6=A1=88=20link?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
quartz/components/Footer.tsx | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/quartz/components/Footer.tsx b/quartz/components/Footer.tsx
index cff28cbb9..a3baf4800 100644
--- a/quartz/components/Footer.tsx
+++ b/quartz/components/Footer.tsx
@@ -17,6 +17,20 @@ export default ((opts?: Options) => {
{i18n(cfg.locale).components.footer.createdWith}{" "}
Quartz v{version} © {year}
+
+
+ 苏ICP备2026009063号-1
+
+
+
+
+ 苏公网安备32050502012925号
+
+
{Object.entries(links).map(([text, link]) => (
-