隐藏版本号

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,
getLang,
} from "../locales";
import { copyToClipboard, clientUpdate, semverCompare } from "../utils";
import Link from "next/link";
import { copyToClipboard, semverCompare } from "../utils";
import {
Anthropic,
Azure,
@ -1509,7 +1508,7 @@ export function Settings() {
</Popover>
</ListItem>
<ListItem
{/* <ListItem
title={Locale.Settings.Update.Version(currentVersion ?? "unknown")}
subTitle={
checkingUpdate
@ -1540,7 +1539,7 @@ export function Settings() {
onClick={() => checkUpdate(true)}
/>
)}
</ListItem>
</ListItem> */}
<ListItem title={Locale.Settings.SendKey}>
<Select