feat: expose light ai admin menus

This commit is contained in:
2026-06-12 20:52:37 +08:00
parent a2787c51a1
commit a64cc86e4a
5 changed files with 67 additions and 1 deletions
@@ -17,12 +17,14 @@ import {
ChevronRight,
Circle,
Edit,
History,
LayoutGrid,
List,
Mail,
Megaphone,
Plus,
RefreshCw,
Settings,
SquareCheckBig,
Trash2,
TriangleAlert,
@@ -58,10 +60,12 @@ const localIconMap: Record<string, Component> = {
'ep:refresh-right': RefreshCw,
'lucide:bot': Bot,
'lucide:check-square': CheckSquare,
'lucide:history': History,
'lucide:layout-grid': LayoutGrid,
'lucide:library-big': BookOpen,
'lucide:list': List,
'lucide:megaphone': Megaphone,
'lucide:settings': Settings,
'lucide:square-check-big': SquareCheckBig,
'lucide:square-user': UserRound,
'lucide:workflow': Workflow,