From 87ab7f848924a1b3648f6d8b1db8c413334f68e9 Mon Sep 17 00:00:00 2001
From: Ad-closeNN <1709301095@qq.com>
Date: Sun, 10 Aug 2025 21:12:30 +0800
Subject: [PATCH] =?UTF-8?q?feat(config):=20=E5=87=86=E5=A4=87=E8=BF=8E?=
=?UTF-8?q?=E6=8E=A5=E6=88=91=E7=9A=84=20Follow=20=E4=B9=8B=E9=AA=8C?=
=?UTF-8?q?=E8=AF=81=E5=90=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
加入了对 Follow RSS 订阅源验证的功能
---
src/pages/rss.xml.ts | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts
index b671b3d..2402ab9 100644
--- a/src/pages/rss.xml.ts
+++ b/src/pages/rss.xml.ts
@@ -37,6 +37,8 @@ export async function GET(context: APIContext) {
}),
};
}),
- customData: `${siteConfig.lang}`,
+
+ // 准备迎接我的 Folo 之验证吧!——鲁迅 not 达摩(bushi
+ customData: `${siteConfig.lang}17735037994913587283370505718413312`,
});
}