feat: 移除vconsole

This commit is contained in:
“张嘉宁” 2023-04-03 18:53:37 +08:00
parent 2ac119d014
commit 3e6f4d0e82
2 changed files with 0 additions and 3 deletions

View File

@ -36,7 +36,6 @@ import dynamic from "next/dynamic";
import { REPO_URL } from "../constant";
import { ControllerPool, validUser } from "../requests";
import { Prompt, usePromptStore } from "../store/prompt";
import VConsole from 'vconsole';
export function Loading(props: { noLogo?: boolean }) {
return (
@ -614,7 +613,6 @@ export function Home() {
const [isLoading, setIsLoading] = useState(false);
useEffect(() => {
new VConsole();
getBaseInfo()
}, []);

View File

@ -31,7 +31,6 @@
"sass": "^1.59.2",
"spark-md5": "^3.0.2",
"use-debounce": "^9.0.3",
"vconsole": "^3.15.0",
"zustand": "^4.3.6"
},
"devDependencies": {