'use client'; import { motion } from 'framer-motion'; import { UpdateIcon } from './Icons'; export default function UpdatePromptModal({ updateContent, onClose, onRefresh }) { return ( e.stopPropagation()} >
更新提示

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

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