dd пре 5 месеци
родитељ
комит
d0a850468d
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      web/src/helpers/render.jsx

+ 0 - 3
web/src/helpers/render.jsx

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