File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import ChartView from './components/Dashboard/Chart/ChartView';
1111import DepthChart from './components/Dashboard/Chart/DepthChart' ;
1212import { TradePanel } from './components/Dashboard/Trade' ;
1313import TradePanelConnected from './components/TradePanelConnected' ;
14- import OnboardingTour from './components/Onboarding/OnboardingTour' ;
14+
1515import { ChartTabs , TradeDrawer } from './components/Layout' ;
1616import FloatingTradeButton from './components/Layout/FloatingTradeButton' ;
1717import { useUiStore , type UiState } from './hooks/ui/useUiStore' ;
@@ -227,9 +227,6 @@ function App() {
227227 onEstimateLiquidation = { estimateLiquidation }
228228 />
229229 </ TradeDrawer >
230-
231- { /* 新手引导 */ }
232- { dataSource === 'mock' && < OnboardingTour /> }
233230 </ div >
234231 ) ;
235232}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments