diff --git a/app/root.tsx b/app/root.tsx
index ea3e333..3b9de98 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -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() {
-