'use client'; import { motion } from 'framer-motion'; export default function ScanPickModal({ onClose, onPick, isScanning }) { return ( e.stopPropagation()} style={{ width: 420, maxWidth: '90vw' }} >
选择持仓截图
从相册选择一张或多张持仓截图,系统将自动识别其中的基金代码(6位数字),并支持批量导入。
); }