'use client'; import { Dialog, DialogContent, DialogHeader, DialogTitle } from '@/components/ui/dialog'; import { UpdateIcon } from './Icons'; export default function UpdatePromptModal({ updateContent, open, onClose, onRefresh }) { return ( !v && onClose?.()}> 更新提示

检测到新版本,是否刷新浏览器以更新?
更新内容如下:

{updateContent && (
{updateContent}
)}
); }