🐞 fix:

This commit is contained in:
john 2024-07-23 11:32:59 +08:00
parent ef7659b446
commit f053bbcb61
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* /*
* @LastEditors: John * @LastEditors: John
* @Date: 2024-07-13 10:21:58 * @Date: 2024-07-13 10:21:58
* @LastEditTime: 2024-07-18 16:22:45 * @LastEditTime: 2024-07-23 11:28:28
* @Author: John * @Author: John
*/ */
import ReactDOM from "react-dom/client"; import ReactDOM from "react-dom/client";
@ -14,7 +14,7 @@ import flexible from "./utils/flexible.ts";
import { getUrlParameterByName } from "./utils/index.ts"; import { getUrlParameterByName } from "./utils/index.ts";
// if (getUrlParameterByName("vconsole") === "1") { // if (getUrlParameterByName("vconsole") === "1") {
new VConsole(); // new VConsole();
// } // }
flexible(window, document); flexible(window, document);
ReactDOM.createRoot(document.getElementById("root")!).render( ReactDOM.createRoot(document.getElementById("root")!).render(