初步可看版本

This commit is contained in:
2025-04-17 16:34:20 +08:00
parent 2686740704
commit 5e143d9755
8 changed files with 1733 additions and 1558 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
// import React from 'react';
import {
Links,
LiveReload,
// LiveReload, // 不再需要,使用Vite时会与内置HMR冲突
Meta,
Outlet,
Scripts,
@@ -77,7 +77,6 @@ export default function App() {
</Layout>
<ScrollRestoration />
<Scripts />
<LiveReload />
</body>
</html>
);