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