feat: replicate channel flux model

This commit is contained in:
Sh1n3zZ
2025-11-08 01:24:45 +08:00
parent 28295e0168
commit af671d34c3
11 changed files with 614 additions and 29 deletions

View File

@@ -55,6 +55,7 @@ import {
Kling,
Jimeng,
Perplexity,
Replicate,
} from '@lobehub/icons';
import {
@@ -342,6 +343,8 @@ export function getChannelIcon(channelType) {
return <Jimeng.Color size={iconSize} />;
case 54: // 豆包视频 Doubao Video
return <Doubao.Color size={iconSize} />;
case 56: // Replicate
return <Replicate size={iconSize} />;
case 8: // 自定义渠道
case 22: // 知识库FastGPT
return <FastGPT.Color size={iconSize} />;