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
Unverified
Commit
cb841850
authored
Jun 20, 2026
by
CaIon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update channel icon
parent
91ab664c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
web/default/src/features/channels/lib/channel-type-config.ts
+1
-1
web/default/src/features/channels/lib/channel-utils.ts
+1
-1
No files found.
web/default/src/features/channels/lib/channel-type-config.ts
View file @
cb841850
...
@@ -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
:
'
opena
i'
,
icon
:
'
newap
i'
,
hints
:
{
hints
:
{
baseUrl
:
'Fallback base URL'
,
baseUrl
:
'Fallback base URL'
,
key
:
'Used by route auth templates'
,
key
:
'Used by route auth templates'
,
...
...
web/default/src/features/channels/lib/channel-utils.ts
View file @
cb841850
...
@@ -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
:
'
OpenA
I'
,
// Advanced Custom
58
:
'
NewAP
I'
,
// Advanced Custom
3
:
'Azure'
,
// Azure
3
:
'Azure'
,
// Azure
// Anthropic
// Anthropic
...
...
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