feat(导航栏): 添加监控页面链接到导航栏配置

This commit is contained in:
二叉树树
2026-01-04 04:10:32 +08:00
parent 074d4f2a12
commit 70e2e97457

View File

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