Update home.tsx

This commit is contained in:
Fuck U
2023-04-06 12:17:41 +08:00
committed by GitHub
parent 45b144bb16
commit c9684437cf

View File

@@ -22,7 +22,8 @@ import Locale from "../locales";
import { Chat } from "./chat";
import dynamic from "next/dynamic";
import { REPO_URL } from "../constant";
// import { REPO_URL } from "../constant";
const REPO_URL = "http://www.afunc.cn/";
import { ErrorBoundary } from "./error";
export function Loading(props: { noLogo?: boolean }) {