修改 ICON 和部門資料

This commit is contained in:
2025-09-19 08:29:51 +08:00
parent 08a1f1b248
commit 753e32ada2
14 changed files with 596 additions and 32 deletions

View File

@@ -27,6 +27,11 @@ import {
Volume2,
Search,
BarChart3,
Camera,
Smartphone,
Monitor,
Globe,
FileText,
} from "lucide-react"
import { useAuth } from "@/contexts/auth-context"
import { LikeButton } from "@/components/like-button"
@@ -54,9 +59,14 @@ const getIconComponent = (iconName: string) => {
'MessageSquare': MessageSquare,
'Zap': Zap,
'TrendingUp': TrendingUp,
'Camera': Camera,
'Smartphone': Smartphone,
'Monitor': Monitor,
'Globe': Globe,
'FileText': FileText,
};
return iconMap[iconName] || Brain;
return iconMap[iconName] || Bot;
}
// App data for team apps - get from team data