feat: 发布 0.2.8 版本
This commit is contained in:
15
app/page.jsx
15
app/page.jsx
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user