Merge branch 'main' into gemini-3-pro-image-preview-billing

This commit is contained in:
IcedTangerine
2025-12-30 18:24:27 +08:00
committed by GitHub
100 changed files with 12683 additions and 665 deletions

View File

@@ -73,6 +73,7 @@ import {
Settings,
CircleUser,
Package,
Server,
} from 'lucide-react';
// 获取侧边栏Lucide图标组件
@@ -114,6 +115,8 @@ export function getLucideIcon(key, selected = false) {
return <User {...commonProps} color={iconColor} />;
case 'models':
return <Package {...commonProps} color={iconColor} />;
case 'deployment':
return <Server {...commonProps} color={iconColor} />;
case 'setting':
return <Settings {...commonProps} color={iconColor} />;
default: