fix: update channel icon

This commit is contained in:
CaIon
2026-06-20 14:06:53 +08:00
parent 91ab664c53
commit cb841850b7
2 changed files with 2 additions and 2 deletions
@@ -137,7 +137,7 @@ export const CHANNEL_TYPE_CONFIGS: Record<number, ChannelTypeConfig> = {
58: {
id: 58,
name: CHANNEL_TYPES[58],
icon: 'openai',
icon: 'newapi',
hints: {
baseUrl: 'Fallback base URL',
key: 'Used by route auth templates',
+1 -1
View File
@@ -51,7 +51,7 @@ export function getChannelTypeIcon(type: number): string {
6: 'OpenAI', // OpenAIMax
7: 'OpenAI', // OhMyGPT
8: 'OpenAI', // Custom
58: 'OpenAI', // Advanced Custom
58: 'NewAPI', // Advanced Custom
3: 'Azure', // Azure
// Anthropic