feat: implement team registration management feature with backend API and frontend UI.

This commit is contained in:
2026-02-01 06:49:28 +08:00
parent 14a07e741e
commit e19df67829
7 changed files with 1025 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ import {
Mail,
Cog,
Trash2,
UserPlus,
} from 'lucide-react'
interface SidebarProps {
@@ -35,6 +36,7 @@ const navItems: NavItem[] = [
{ to: '/accounts', icon: Users, label: '号池账号' },
{ to: '/monitor', icon: Activity, label: '号池监控' },
{ to: '/cleaner', icon: Trash2, label: '定期清理' },
{ to: '/team-reg', icon: UserPlus, label: 'Team 注册' },
{
to: '/config',
icon: Settings,