feat: bugfix

This commit is contained in:
zdl
2025-10-31 10:33:53 +08:00
parent f05daa3a78
commit 5d8ad5e442
34 changed files with 314 additions and 3579 deletions

View File

@@ -25,7 +25,12 @@ async function startApp() {
// Render the app with Router wrapper
root.render(
<React.StrictMode>
<Router>
<Router
future={{
v7_startTransition: true,
v7_relativeSplatPath: true,
}}
>
<App />
</Router>
</React.StrictMode>