更新窗口优化

This commit is contained in:
cc
2026-03-14 14:30:56 +08:00
parent 39ba175651
commit ee0e71d50e
3 changed files with 44 additions and 35 deletions

View File

@@ -89,7 +89,6 @@ const UpdateDialog: React.FC<UpdateDialogProps> = ({
<Quote size={20} />
</div>
<div className="text-box">
<h3></h3>
{updateInfo.releaseNotes ? (
<div dangerouslySetInnerHTML={{ __html: updateInfo.releaseNotes }} />
) : (