From 8e4933f6c8c7a5bb1538ce078722bc9032538aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Thu, 22 Jan 2026 23:24:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=B9=B6=E6=B7=BB=E5=8A=A0=E8=AE=BA=E5=9D=9B?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 detect-libc 依赖从 2.1.2 降级至 2.0.4 - 在导航栏配置中添加外部论坛链接 --- pnpm-lock.yaml | 2 +- src/config.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 80a385121..d79950ace 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8984,7 +8984,7 @@ snapshots: lightningcss@1.29.3: dependencies: - detect-libc: 2.1.2 + detect-libc: 2.0.4 optionalDependencies: lightningcss-darwin-arm64: 1.29.3 lightningcss-darwin-x64: 1.29.3 diff --git a/src/config.ts b/src/config.ts index f0a8885a4..4e5afab4c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -91,6 +91,11 @@ export const navBarConfig: NavBarConfig = { 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 }, + { + name: "论坛", + url: "https://i.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 + }, ], };