feat: Implement CodexAuth proxy pool backend and a new sidebar component with navigation.

This commit is contained in:
2026-02-03 03:35:43 +08:00
parent 9b4838b604
commit f867e20c0e
2 changed files with 25 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ const navItems: NavItem[] = [
{ to: '/config', icon: Cog, label: '配置概览' },
{ to: '/config/s2a', icon: Server, label: 'S2A 配置' },
{ to: '/config/email', icon: Mail, label: '邮箱配置' },
{ to: '/config/codex-proxy', icon: Globe, label: '代理池' },
{ to: '/config/codex-proxy', icon: Globe, label: 'CodexAuth代理池' },
]
},
]