feat: 更新交易视图,添加成交量数据支持并优化用户界面

This commit is contained in:
2025-12-28 17:59:40 +07:00
parent b6cb514bcd
commit 51feb991b8
8 changed files with 172 additions and 139 deletions

2
auto-imports.d.ts vendored
View File

@@ -358,7 +358,7 @@ declare global {
export type { ThemeMode } from './src/composables/useTheme'
import('./src/composables/useTheme')
// @ts-ignore
export type { Series, TData, WeightChartOptions, TradingViewData, TradingViewOptions } from './src/composables/useTradingView'
export type { Series, TData, WeightChartOptions, TradingViewData, VolumeData, TradingViewOptions } from './src/composables/useTradingView'
import('./src/composables/useTradingView')
// @ts-ignore
export type { HapticsOptions } from './src/composables/useVibrate'