feat: 修复bug

This commit is contained in:
zdl
2025-11-24 15:10:08 +08:00
parent 528e61b961
commit dc789f57f7

View File

@@ -5,12 +5,14 @@
* import { lightTheme, DEFAULT_CHART_CONFIG } from '@components/StockChart/config';
*/
// 主题配置
// 主题配置(仅浅色主题)
export {
CHART_COLORS,
lightTheme,
darkTheme,
// darkTheme, // ❌ 已删除深色主题
timelineTheme,
getTheme,
getTimelineTheme,
} from './klineTheme';
// 图表配置