From 68579f1b1087b1400c67b8f962041b9aa1d903b1 Mon Sep 17 00:00:00 2001 From: shy3130 <415333856@qq.com> Date: Sun, 30 Aug 2026 19:05:12 +0800 Subject: [PATCH] =?UTF-8?q?style(screener):=20=E5=88=86=E9=92=9F=E5=91=A8?= =?UTF-8?q?=E6=9C=9F=E5=BE=BD=E7=AB=A0=E6=8D=A2=20sky=20=E8=89=B2=E7=B3=BB?= =?UTF-8?q?,=20=E4=B8=8E=20AI=20=E6=9D=A5=E6=BA=90=E5=BE=BD=E7=AB=A0?= =?UTF-8?q?=E7=9A=84=E7=B4=AB=E8=89=B2=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/screener/StrategyCard.tsx | 4 ++-- frontend/src/components/screener/StrategyPoolDialog.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/screener/StrategyCard.tsx b/frontend/src/components/screener/StrategyCard.tsx index 7281acb..7a9a580 100644 --- a/frontend/src/components/screener/StrategyCard.tsx +++ b/frontend/src/components/screener/StrategyCard.tsx @@ -128,7 +128,7 @@ export function StrategyCard({
{srcLabel} {timeframeBadge && ( - {timeframeBadge} + {timeframeBadge} )} {name}
@@ -170,7 +170,7 @@ export function StrategyCard({
{srcLabel} {timeframeBadge && ( - {timeframeBadge} + {timeframeBadge} )} {name} {count != null && !loading && ( diff --git a/frontend/src/components/screener/StrategyPoolDialog.tsx b/frontend/src/components/screener/StrategyPoolDialog.tsx index ffee88a..31f6b47 100644 --- a/frontend/src/components/screener/StrategyPoolDialog.tsx +++ b/frontend/src/components/screener/StrategyPoolDialog.tsx @@ -24,7 +24,7 @@ const SOURCE_LABEL: Record = { invalid: '失效', } -const TF_BADGE_CLS = 'text-[8px] px-1 py-px rounded border leading-tight shrink-0 border-purple-500/30 bg-purple-500/10 text-purple-400' +const TF_BADGE_CLS = 'text-[8px] px-1 py-px rounded border leading-tight shrink-0 border-sky-500/30 bg-sky-500/10 text-sky-400' type SourceTab = 'all' | 'builtin' | 'custom' | 'ai'