mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
chore: 更新依赖版本并添加论坛导航链接
- 将 detect-libc 依赖从 2.1.2 降级至 2.0.4 - 在导航栏配置中添加外部论坛链接
This commit is contained in:
@@ -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