mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-05-01 04:11:45 +00:00
Merge branch 'main' into gemini-3-pro-image-preview-billing
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user