From 70e2e9745741d3529e8ed34901412309654e4ecb 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 04:10:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AF=BC=E8=88=AA=E6=A0=8F):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=9B=91=E6=8E=A7=E9=A1=B5=E9=9D=A2=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=88=B0=E5=AF=BC=E8=88=AA=E6=A0=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index ff189c9fd..8a8e42c38 100644 --- a/src/config.ts +++ b/src/config.ts @@ -82,8 +82,8 @@ export const navBarConfig: NavBarConfig = { external: true, // Show an external link icon and will open in a new tab }, { - name: "ηŠΆζ€", - url: "https://ok.2x.nz", // Internal links should not include the base path, as it is automatically added + name: "η›‘ζŽ§", + url: "https://2x.nz/ok", // 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 }, ],