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'; * import { lightTheme, DEFAULT_CHART_CONFIG } from '@components/StockChart/config';
*/ */
// 主题配置 // 主题配置(仅浅色主题)
export { export {
CHART_COLORS, CHART_COLORS,
lightTheme, lightTheme,
darkTheme, // darkTheme, // ❌ 已删除深色主题
timelineTheme,
getTheme, getTheme,
getTimelineTheme,
} from './klineTheme'; } from './klineTheme';
// 图表配置 // 图表配置