From 29da893937d2dd97e21bfc18cdbba8166d9a7d06 Mon Sep 17 00:00:00 2001 From: icy Date: Sat, 1 Nov 2025 02:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84AlertTriangle=E5=AF=BC=E5=85=A5=20=F0=9F=A4=96=20Gener?= =?UTF-8?q?ated=20with=20[Claude=20Code](https://claude.ai/code)=20Co-Auth?= =?UTF-8?q?ored-By:=20tinkle-community=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/AITradersPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/AITradersPage.tsx b/web/src/components/AITradersPage.tsx index 7af6c623..bc2516cf 100644 --- a/web/src/components/AITradersPage.tsx +++ b/web/src/components/AITradersPage.tsx @@ -7,7 +7,7 @@ import { t } from '../i18n/translations'; import { getExchangeIcon } from './ExchangeIcons'; import { getModelIcon } from './ModelIcons'; import { TraderConfigModal } from './TraderConfigModal'; -import { Bot, Brain, Landmark, BarChart3, Trash2, Plus, Users, AlertTriangle } from 'lucide-react'; +import { Bot, Brain, Landmark, BarChart3, Trash2, Plus, Users } from 'lucide-react'; // 获取友好的AI模型名称 function getModelDisplayName(modelId: string): string {