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'; // 图表配置