mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
Update settings.tsx
This commit is contained in:
parent
f2090c2872
commit
f0137a0fa6
@ -27,7 +27,8 @@ import { Avatar } from "./chat";
|
|||||||
import Locale, { AllLangs, changeLang, getLang } from "../locales";
|
import Locale, { AllLangs, changeLang, getLang } from "../locales";
|
||||||
import { getCurrentVersion } from "../utils";
|
import { getCurrentVersion } from "../utils";
|
||||||
import Link from "next/link";
|
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 { SearchService, usePromptStore } from "../store/prompt";
|
||||||
import { requestUsage } from "../requests";
|
import { requestUsage } from "../requests";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user