隐藏版本号

This commit is contained in:
Ted 2025-02-20 15:18:19 +08:00
parent 043dad7520
commit 5e002548d2
1 changed files with 3 additions and 4 deletions

View File

@ -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