兼容低内核版本的浏览器

This commit is contained in:
eafonyang
2026-06-03 15:42:58 +08:00
parent e17c096f0b
commit 56da3e0d1f
29 changed files with 1246 additions and 82 deletions
+6
View File
@@ -0,0 +1,6 @@
import "@/lib/legacyBrowser";
import { createRoot } from "react-dom/client";
import App from "./App";
import "./index.legacy.css";
createRoot(document.getElementById("root")!).render(<App />);