mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 04:03:18 +00:00
Update render.jsx
This commit is contained in:
@@ -54,7 +54,6 @@ import {
|
||||
FastGPT,
|
||||
Kling,
|
||||
Jimeng,
|
||||
SubModel,
|
||||
} from '@lobehub/icons';
|
||||
|
||||
import {
|
||||
@@ -343,8 +342,6 @@ export function getChannelIcon(channelType) {
|
||||
return <FastGPT.Color size={iconSize} />;
|
||||
case 21: // 知识库:AI Proxy
|
||||
case 44: // 嵌入模型:MokaAI M3E
|
||||
case 53: // 嵌入模型:SubModel
|
||||
return <SubModel size={iconSize} />;
|
||||
default:
|
||||
return null; // 未知类型或自定义渠道不显示图标
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user