diff --git a/config-overrides.js b/config-overrides.js index dbefd65..11475de 100644 --- a/config-overrides.js +++ b/config-overrides.js @@ -142,7 +142,7 @@ const userscriptWebpack = (config, env) => { return config; }; -// 文档 +// 开发 const webWebpack = (config, env) => { const names = ["HtmlWebpackPlugin"]; diff --git a/src/userscriptOptions.js b/src/userscriptOptions.js deleted file mode 100644 index cc06bc4..0000000 --- a/src/userscriptOptions.js +++ /dev/null @@ -1,45 +0,0 @@ -// import React, { useEffect, useState } from "react"; -// import ReactDOM from "react-dom/client"; - -// const App = () => { -// const [loading, setLoading] = useState(true); - -// useEffect(() => { -// const timer = setTimeout(() => { -// if (!document.querySelector("header")) { -// setLoading(false); -// } -// }, 5000); -// return () => { -// clearTimeout(timer); -// }; -// }, []); - -// if (loading) { -// return ( -//
KISS Translator
-//-// KISS Translator Script not -// installed or disabled! -//
-//