Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d46e6d42
authored
Sep 29, 2025
by
dd
Committed by
GitHub
Sep 29, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update render.jsx
parent
64e2ae56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
web/src/helpers/render.jsx
+0
-3
No files found.
web/src/helpers/render.jsx
View file @
d46e6d42
...
...
@@ -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
;
// 未知类型或自定义渠道不显示图标
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment