From 8d949eff18c23cbeb51acf3ac83e4dc12313949b Mon Sep 17 00:00:00 2001 From: Sakurasan <26715255+Sakurasan@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:38:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E6=A0=87=E9=85=8D?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/common/LineSegmentFlow.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/common/LineSegmentFlow.vue b/frontend/src/components/common/LineSegmentFlow.vue index 945dcbe..346d8b0 100644 --- a/frontend/src/components/common/LineSegmentFlow.vue +++ b/frontend/src/components/common/LineSegmentFlow.vue @@ -141,8 +141,8 @@ const rightIcons = [ { id: 'zhipu', label: 'Zhipu', img: LobeIcon('zhipu'), color: '#4268fa' }, { id: 'qwen', label: 'Qwen', img: LobeIcon('qwen'), color: '#615ced' }, { id: 'deepseek', label: 'DeepSeek', img: LobeIcon('deepseek'), color: '#4d6bfe' }, - { id: 'moonshot', label: 'Moonshot', img: LobeIcon('moonshot'), color: '#000' }, - { id: 'minimax', label: 'MiniMax', img: LobeIcon('minimax'), color: '#000' }, + { id: 'moonshot', label: 'Moonshot', img: LobeIcon('moonshot'), color: '#666' }, + { id: 'minimax', label: 'MiniMax', img: LobeIcon('minimax'), color: '#F23F5D' }, { id: 'bedrock', label: 'Bedrock', img: LobeIcon('bedrock'), color: '#ff9900' }, { id: 'azure', label: 'Azure', img: LobeIcon('azure'), color: '#0078d4' }, { id: 'volcengine', label: 'Volcengine', img: LobeIcon('volcengine'), color: '#325ab4' },