From 2eb5868936a94f43db3ad4eae23b78a4a8151bca Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Sat, 28 Feb 2026 18:20:23 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E8=BF=81=E7=A7=BB=E5=88=B0=20Cloudfl?= =?UTF-8?q?are?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/404.html | 80 ++++++++++++++++++++++++++++++++++++++++++++ src/pages/rss.xml.ts | 2 +- 2 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 public/404.html diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..2137cf3 --- /dev/null +++ b/public/404.html @@ -0,0 +1,80 @@ + + + + + 404 未找到 - Ad_closeNN 的小站 + + + + + + + + + +
+
+

Woops!

+ 我们找不到您要访问的页面 + +
+
+

将在 5 秒后跳转回首页

+
+
+ + + + \ No newline at end of file diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts index 36ceb2c..49bbb08 100644 --- a/src/pages/rss.xml.ts +++ b/src/pages/rss.xml.ts @@ -79,6 +79,6 @@ export async function GET(context: APIContext) { description: siteConfig.subtitle || 'No description', site: context.site, items: feed, - customData: `${siteConfig.lang}17735037994913587283370505718413312`, + customData: `${siteConfig.lang}25050403786655846483370505718413312`, }); }