Skip to content

Commit 84336ba

Browse files
refactor: remove OnboardingTour component and its integration from the application.
1 parent ad4dae7 commit 84336ba

2 files changed

Lines changed: 1 addition & 181 deletions

File tree

src/App.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ChartView from './components/Dashboard/Chart/ChartView';
1111
import DepthChart from './components/Dashboard/Chart/DepthChart';
1212
import { TradePanel } from './components/Dashboard/Trade';
1313
import TradePanelConnected from './components/TradePanelConnected';
14-
import OnboardingTour from './components/Onboarding/OnboardingTour';
14+
1515
import { ChartTabs, TradeDrawer } from './components/Layout';
1616
import FloatingTradeButton from './components/Layout/FloatingTradeButton';
1717
import { 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
}

src/components/Onboarding/OnboardingTour.tsx

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)