From 98717f9d19fae87e1a45d3b66d4c5bfa47abdd63 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, 5 Jan 2026 13:22:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=9C=B0=E5=9D=80=E4=B8=BA=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将导航栏中的监控链接从旧域名 up.acofork.com 更新为新域名 kuma.2x.nz --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index a935e38ea..d3b759b09 100644 --- a/src/config.ts +++ b/src/config.ts @@ -83,7 +83,7 @@ export const navBarConfig: NavBarConfig = { }, { name: "监控", - url: "https://up.acofork.com", // Internal links should not include the base path, as it is automatically added + url: "https://kuma.2x.nz", // Internal links should not include the base path, as it is automatically added external: true, // Show an external link icon and will open in a new tab }, ],