Update render.jsx

This commit is contained in:
dd
2025-09-29 15:14:02 +08:00
committed by GitHub
parent 5840de1df8
commit d0a850468d

View File

@@ -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; // 未知类型或自定义渠道不显示图标
}