mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-20 12:33:42 +08:00
feat: add vertex claude channel
This commit is contained in:
@@ -112,6 +112,13 @@ export const CHANNEL_OPTIONS = [
|
||||
color: 'blue',
|
||||
label: '豆包'
|
||||
},
|
||||
{
|
||||
key: 38,
|
||||
text: 'Vertex Claude',
|
||||
value: 38,
|
||||
color: 'blue',
|
||||
label: 'Vertex Claude'
|
||||
},
|
||||
{ key: 8, text: '自定义渠道', value: 8, color: 'pink', label: '自定义渠道' },
|
||||
{
|
||||
key: 22,
|
||||
|
||||
Reference in New Issue
Block a user