mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 20:16:37 +08:00
删除了更新检测
This commit is contained in:
parent
9a12f3b047
commit
83b4967fe4
@ -331,7 +331,7 @@ export function Settings() {
|
|||||||
</Popover>
|
</Popover>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
|
|
||||||
<SettingItem
|
{/* <SettingItem
|
||||||
title={Locale.Settings.Update.Version(currentVersion ?? "unknown")}
|
title={Locale.Settings.Update.Version(currentVersion ?? "unknown")}
|
||||||
subTitle={
|
subTitle={
|
||||||
checkingUpdate
|
checkingUpdate
|
||||||
@ -354,7 +354,7 @@ export function Settings() {
|
|||||||
onClick={() => checkUpdate(true)}
|
onClick={() => checkUpdate(true)}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</SettingItem>
|
</SettingItem> */}
|
||||||
|
|
||||||
<SettingItem title={Locale.Settings.SendKey}>
|
<SettingItem title={Locale.Settings.SendKey}>
|
||||||
<select
|
<select
|
||||||
|
Loading…
Reference in New Issue
Block a user