refactor(导航栏): 移除Beta切换链接并简化监控链接名称

移除不再需要的Beta版本切换链接,并将"流量监控(新)"简化为"监控"以保持一致性
This commit is contained in:
二叉树树
2025-12-30 22:51:43 +08:00
parent ddd14052ef
commit 3e25a0cf39

View File

@@ -66,11 +66,6 @@ export const navBarConfig: NavBarConfig = {
links: [ links: [
LinkPreset.Home, LinkPreset.Home,
LinkPreset.Archive, LinkPreset.Archive,
{
name: "切换到Beta",
url: "https://beta.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: "友链", name: "友链",
url: "/friends/", // Internal links should not include the base path, as it is automatically added url: "/friends/", // Internal links should not include the base path, as it is automatically added
@@ -87,7 +82,7 @@ export const navBarConfig: NavBarConfig = {
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: "流量监控(新)", name: "监控",
url: "https://eoddos.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
}, },