Update README_CN.md

This commit is contained in:
radish 2023-04-13 12:04:24 +08:00
parent 1313c82dfc
commit 08bf4f2feb

View File

@ -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>
) : ( ) : (