chore: 更新依赖版本并添加论坛导航链接

- 将 detect-libc 依赖从 2.1.2 降级至 2.0.4
- 在导航栏配置中添加外部论坛链接
This commit is contained in:
二叉树树
2026-01-22 23:24:44 +08:00
parent 2d63e04a64
commit 8e4933f6c8
2 changed files with 6 additions and 1 deletions

2
pnpm-lock.yaml generated
View File

@@ -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

View File

@@ -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
},
],
};