优化 Web 服务页面样式

This commit is contained in:
xintaofei
2026-03-25 23:36:16 +08:00
parent d17148f3ba
commit 8026af79a4
2 changed files with 87 additions and 54 deletions

View File

@@ -64,16 +64,16 @@ const SETTINGS_NAV_ITEMS: SettingsNavItem[] = [
labelKey: "version_control",
icon: GitBranch,
},
{
href: "/settings/system",
labelKey: "system",
icon: Settings,
},
{
href: "/settings/web-service",
labelKey: "web_service",
icon: Globe,
},
{
href: "/settings/system",
labelKey: "system",
icon: Settings,
},
]
interface SettingsShellProps {