From dc789f57f7723901d70b584f42dc6ae748f53056 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Mon, 24 Nov 2025 15:10:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StockChart/config/index.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/StockChart/config/index.ts b/src/components/StockChart/config/index.ts index 2b2b9e1c..09d12dc3 100644 --- a/src/components/StockChart/config/index.ts +++ b/src/components/StockChart/config/index.ts @@ -5,12 +5,14 @@ * import { lightTheme, DEFAULT_CHART_CONFIG } from '@components/StockChart/config'; */ -// 主题配置 +// 主题配置(仅浅色主题) export { CHART_COLORS, lightTheme, - darkTheme, + // darkTheme, // ❌ 已删除深色主题 + timelineTheme, getTheme, + getTimelineTheme, } from './klineTheme'; // 图表配置