chore: update frontend branding copy

This commit is contained in:
CaIon
2026-06-19 18:14:40 +08:00
parent 29c3dcb927
commit 0467d54014
35 changed files with 174 additions and 116 deletions
+6 -6
View File
@@ -39,7 +39,7 @@ import {
Minimax,
Wenxin,
Spark,
Midjourney,
Midjourney as MjProxyIcon,
Hunyuan,
Cohere,
Cloudflare,
@@ -254,8 +254,8 @@ export const getModelCategories = (() => {
filter: (model) => model.model_name.toLowerCase().includes('spark'),
},
midjourney: {
label: 'Midjourney',
icon: <Midjourney />,
label: 'MjProxy',
icon: <MjProxyIcon />,
filter: (model) => model.model_name.toLowerCase().includes('mj_'),
},
tencent: {
@@ -336,9 +336,9 @@ export function getChannelIcon(channelType) {
case 3: // Azure OpenAI
case 57: // Codex
return <OpenAI size={iconSize} />;
case 2: // Midjourney Proxy
case 5: // Midjourney Proxy Plus
return <Midjourney size={iconSize} />;
case 2: // MjProxy
case 5: // MjProxyPlus
return <MjProxyIcon size={iconSize} />;
case 36: // Suno API
return <Suno size={iconSize} />;
case 4: // Ollama