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