🔗 URL输入区
{{ validUrls.length }}
有效URL
{{ downloadStats.success }}
已下载
{{ downloadStats.failed }}
失败
{{ downloadStats.pending }}
等待中
下载进度
{{ progress.toFixed(1) }}%
示例URL格式:
https://img.hui2020.com/default/shanghu/icon/zhaopianqiang_1.png
http://img.hui2020.com/default/xcx/icon-1.png
https://example.com/images/photo.jpg
📊 下载状态
{{ file.name }}
{{ file.status === 'success' ? '✓ 成功' :
file.status === 'pending' ? '⏳ 等待' :
'✗ 失败' }}
{{ log.message }}