mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
chore: 更新依赖版本并添加论坛导航链接
- 将 detect-libc 依赖从 2.1.2 降级至 2.0.4 - 在导航栏配置中添加外部论坛链接
This commit is contained in:
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -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
|
||||
|
||||
@@ -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
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user