From 32fe9316c6c6509b7967e01b31d5e30d169a3484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Mon, 12 Jan 2026 19:45:48 +0800 Subject: [PATCH] =?UTF-8?q?upgrade:=20=E6=9B=B4=E6=96=B0=20config,ts=20?= =?UTF-8?q?=E4=B8=AD=E9=A1=B5=E8=84=9A=E6=B7=BB=E5=8A=A0=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=8A=82=E7=82=B9=E7=9B=91=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index aae987545..c7fb37c41 100644 --- a/src/config.ts +++ b/src/config.ts @@ -63,7 +63,8 @@ export const siteConfig: SiteConfig = { server: [ { url: "", text: "博客本体节点" }, { url: "https://umami.acofork.com", text: "Umami节点" }, - { url: "https://pic.acofork.com", text: "随机图节点" } + { url: "https://pic.acofork.com", text: "随机图节点" }, + { url: "https://status.acofork.com", text: "状态检测节点"} ], };