fix: 更新流量监控链接到新域名

This commit is contained in:
二叉树树
2025-12-23 10:55:19 +08:00
parent e3e4b6f1e3
commit 74112aecd8

View File

@@ -83,7 +83,7 @@ export const navBarConfig: NavBarConfig = {
}, },
{ {
name: "流量监控(新)", name: "流量监控(新)",
url: "https://eo.ddos.2x.nz", // Internal links should not include the base path, as it is automatically added url: "https://eoddos.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 external: true, // Show an external link icon and will open in a new tab
}, },
], ],