feat: 发布 0.2.8 版本

This commit is contained in:
hzm
2026-03-18 20:26:29 +08:00
parent cc605fb45b
commit 82bdecca0b
5 changed files with 38 additions and 48 deletions

View File

@@ -4729,15 +4729,12 @@ export default function HomePage() {
)}
{/* 更新提示弹窗 */}
<AnimatePresence>
{updateModalOpen && (
<UpdatePromptModal
updateContent={updateContent}
onClose={() => setUpdateModalOpen(false)}
onRefresh={() => window.location.reload()}
/>
)}
</AnimatePresence>
<UpdatePromptModal
open={updateModalOpen}
updateContent={updateContent}
onClose={() => setUpdateModalOpen(false)}
onRefresh={() => window.location.reload()}
/>
<AnimatePresence>
{isScanning && (