Update render.jsx

This commit is contained in:
dd 2025-09-29 15:14:02 +08:00 committed by GitHub
parent 64e2ae56a2
commit d46e6d42ef

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; //
}