mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
Update README_CN.md
This commit is contained in:
parent
7df56a6280
commit
1313c82dfc
@ -236,9 +236,9 @@ export function Settings(props: { closeSettings: () => void }) {
|
||||
{checkingUpdate ? (
|
||||
<div />
|
||||
) : hasNewVersion ? (
|
||||
/*<Link href={UPDATE_URL} target="_blank" className="link">
|
||||
<Link target="_blank" className="link">
|
||||
{Locale.Settings.Update.GoToUpdate}
|
||||
</Link>*/
|
||||
</Link>
|
||||
) : (
|
||||
<IconButton
|
||||
icon={<ResetIcon></ResetIcon>}
|
||||
|
Loading…
Reference in New Issue
Block a user