From 0b6d03d6c65aa8974b075c6f75f222e8865f53fb Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 9 Feb 2025 12:08:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20update=20channel=20name=20from=20'?= =?UTF-8?q?=E7=81=AB=E5=B1=B1=E5=BC=95=E6=93=8E'=20to=20'=E5=AD=97?= =?UTF-8?q?=E8=8A=82=E7=81=AB=E5=B1=B1=E5=BC=95=E6=93=8E'=20for=20consiste?= =?UTF-8?q?ncy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/air/src/constants/channel.constants.js | 2 +- web/berry/src/constants/ChannelConstants.js | 2 +- web/default/src/constants/channel.constants.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/air/src/constants/channel.constants.js b/web/air/src/constants/channel.constants.js index 68ca987a..9c256ba2 100644 --- a/web/air/src/constants/channel.constants.js +++ b/web/air/src/constants/channel.constants.js @@ -7,7 +7,7 @@ export const CHANNEL_OPTIONS = [ { key: 24, text: 'Google Gemini', value: 24, color: 'orange' }, { key: 28, text: 'Mistral AI', value: 28, color: 'orange' }, { key: 41, text: 'Novita', value: 41, color: 'purple' }, - {key: 40, text: '火山引擎', value: 40, color: 'blue'}, + {key: 40, text: '字节火山引擎', value: 40, color: 'blue'}, { key: 15, text: '百度文心千帆', value: 15, color: 'blue' }, { key: 17, text: '阿里通义千问', value: 17, color: 'orange' }, { key: 18, text: '讯飞星火认知', value: 18, color: 'blue' }, diff --git a/web/berry/src/constants/ChannelConstants.js b/web/berry/src/constants/ChannelConstants.js index 4c188d87..83b60837 100644 --- a/web/berry/src/constants/ChannelConstants.js +++ b/web/berry/src/constants/ChannelConstants.js @@ -49,7 +49,7 @@ export const CHANNEL_OPTIONS = { }, 40: { key: 40, - text: '火山引擎', + text: '字节火山引擎', value: 40, color: 'primary' }, diff --git a/web/default/src/constants/channel.constants.js b/web/default/src/constants/channel.constants.js index 9611a2a9..b030805b 100644 --- a/web/default/src/constants/channel.constants.js +++ b/web/default/src/constants/channel.constants.js @@ -9,7 +9,7 @@ export const CHANNEL_OPTIONS = [ {key: 41, text: 'Novita', value: 41, color: 'purple'}, { key: 40, - text: '火山引擎', + text: '字节火山引擎', value: 40, color: 'blue', description: '原字节跳动豆包',