feat: 在导航栏配置中添加新的流量监控链接

This commit is contained in:
二叉树树
2025-12-19 16:47:47 +08:00
parent 26a0ec5734
commit e8029bee91

View File

@@ -80,6 +80,11 @@ export const navBarConfig: NavBarConfig = {
name: "统计", name: "统计",
url: "https://umami.acofork.com/share/CdkXbGgZr6ECKOyK", // Internal links should not include the base path, as it is automatically added url: "https://umami.acofork.com/share/CdkXbGgZr6ECKOyK", // 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 external: true, // Show an external link icon and will open in a new tab
},
{
name: "流量监控(新)",
url: "https://eo.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
}, },
], ],
}; };