From d097cd5737f2b24bde7ee2a2e5356957f2d07a9c 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:43:36 +0800 Subject: [PATCH] =?UTF-8?q?upgrade:=20=E6=9B=B4=E6=96=B0=20config,ts=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=8A=B6=E6=80=81=E9=A1=B5=E9=9D=A2=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= 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 c1b99b6de..aae987545 100644 --- a/src/config.ts +++ b/src/config.ts @@ -88,7 +88,7 @@ export const navBarConfig: NavBarConfig = { }, { name: "监控", - url: "https://vps.2x.nz", // Internal links should not include the base path, as it is automatically added + url: "https://status.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 }, ],