From 5c028ee136c61ac3d53ca5ba21096fb15dd124c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Sun, 4 Jan 2026 18:11:10 +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=A4=96=E9=83=A8URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 8a8e42c38..3d13deb74 100644 --- a/src/config.ts +++ b/src/config.ts @@ -83,7 +83,7 @@ export const navBarConfig: NavBarConfig = { }, { name: "监控", - url: "https://2x.nz/ok", // Internal links should not include the base path, as it is automatically added + url: "https://up.acofork.com", // 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 }, ],