feat: 修复bug
This commit is contained in:
@@ -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';
|
||||||
|
|
||||||
// 图表配置
|
// 图表配置
|
||||||
|
|||||||
Reference in New Issue
Block a user