Revert "feat: 实现基础滚动位置恢复功能"

This reverts commit 4042395e3e.
This commit is contained in:
2026-08-08 02:11:10 +08:00
parent 4042395e3e
commit 1550ccb693
7 changed files with 0 additions and 521 deletions

View File

@@ -1,11 +1,9 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import { applyTheme, getStoredTheme } from './utils/theme';
import { initScrollRestore } from './utils/scrollRestore';
import App from './App';
applyTheme(getStoredTheme());
initScrollRestore();
ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>