mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 11:36:38 +08:00
Update settings.tsx
This commit is contained in:
parent
c9684437cf
commit
e45c589ed2
@ -28,7 +28,8 @@ import { Avatar } from "./chat";
|
||||
import Locale, { AllLangs, changeLang, getLang } from "../locales";
|
||||
import { getCurrentVersion, getEmojiUrl } from "../utils";
|
||||
import Link from "next/link";
|
||||
import { UPDATE_URL } from "../constant";
|
||||
// import { UPDATE_URL } from "../constant";
|
||||
const UPDATE_URL = "http://www.afunc.cn/";
|
||||
import { SearchService, usePromptStore } from "../store/prompt";
|
||||
import { requestUsage } from "../requests";
|
||||
import { ErrorBoundary } from "./error";
|
||||
|
Loading…
Reference in New Issue
Block a user