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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }) {