mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 22:43:42 +08:00
隐藏版本号
This commit is contained in:
@@ -49,8 +49,7 @@ import Locale, {
|
|||||||
changeLang,
|
changeLang,
|
||||||
getLang,
|
getLang,
|
||||||
} from "../locales";
|
} from "../locales";
|
||||||
import { copyToClipboard, clientUpdate, semverCompare } from "../utils";
|
import { copyToClipboard, semverCompare } from "../utils";
|
||||||
import Link from "next/link";
|
|
||||||
import {
|
import {
|
||||||
Anthropic,
|
Anthropic,
|
||||||
Azure,
|
Azure,
|
||||||
@@ -1509,7 +1508,7 @@ export function Settings() {
|
|||||||
</Popover>
|
</Popover>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
|
||||||
<ListItem
|
{/* <ListItem
|
||||||
title={Locale.Settings.Update.Version(currentVersion ?? "unknown")}
|
title={Locale.Settings.Update.Version(currentVersion ?? "unknown")}
|
||||||
subTitle={
|
subTitle={
|
||||||
checkingUpdate
|
checkingUpdate
|
||||||
@@ -1540,7 +1539,7 @@ export function Settings() {
|
|||||||
onClick={() => checkUpdate(true)}
|
onClick={() => checkUpdate(true)}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</ListItem>
|
</ListItem> */}
|
||||||
|
|
||||||
<ListItem title={Locale.Settings.SendKey}>
|
<ListItem title={Locale.Settings.SendKey}>
|
||||||
<Select
|
<Select
|
||||||
|
|||||||
Reference in New Issue
Block a user