mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
feat(导航栏): 添加监控页面链接到导航栏配置
This commit is contained in:
@@ -82,8 +82,8 @@ export const navBarConfig: NavBarConfig = {
|
||||
external: true, // Show an external link icon and will open in a new tab
|
||||
},
|
||||
{
|
||||
name: "状态",
|
||||
url: "https://ok.2x.nz", // Internal links should not include the base path, as it is automatically added
|
||||
name: "监控",
|
||||
url: "https://2x.nz/ok", // 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