Commit cb841850 by CaIon

fix: update channel icon

parent 91ab664c
...@@ -137,7 +137,7 @@ export const CHANNEL_TYPE_CONFIGS: Record<number, ChannelTypeConfig> = { ...@@ -137,7 +137,7 @@ export const CHANNEL_TYPE_CONFIGS: Record<number, ChannelTypeConfig> = {
58: { 58: {
id: 58, id: 58,
name: CHANNEL_TYPES[58], name: CHANNEL_TYPES[58],
icon: 'openai', icon: 'newapi',
hints: { hints: {
baseUrl: 'Fallback base URL', baseUrl: 'Fallback base URL',
key: 'Used by route auth templates', key: 'Used by route auth templates',
......
...@@ -51,7 +51,7 @@ export function getChannelTypeIcon(type: number): string { ...@@ -51,7 +51,7 @@ export function getChannelTypeIcon(type: number): string {
6: 'OpenAI', // OpenAIMax 6: 'OpenAI', // OpenAIMax
7: 'OpenAI', // OhMyGPT 7: 'OpenAI', // OhMyGPT
8: 'OpenAI', // Custom 8: 'OpenAI', // Custom
58: 'OpenAI', // Advanced Custom 58: 'NewAPI', // Advanced Custom
3: 'Azure', // Azure 3: 'Azure', // Azure
// Anthropic // Anthropic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment