mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
refactor(导航栏): 移除Beta切换链接并简化监控链接名称
移除不再需要的Beta版本切换链接,并将"流量监控(新)"简化为"监控"以保持一致性
This commit is contained in:
@@ -66,11 +66,6 @@ export const navBarConfig: NavBarConfig = {
|
||||
links: [
|
||||
LinkPreset.Home,
|
||||
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: "友链",
|
||||
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
|
||||
},
|
||||
{
|
||||
name: "流量监控(新)",
|
||||
name: "监控",
|
||||
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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user