@@ -233,7 +233,7 @@ const handleDownload = async (row: Media, type: 'media' | 'hash') => {
// 显示全屏加载
const loading = ElLoading.service({
lock: true,
- text: type === 'media' ? '文件处理中' : '正在下载Hash...',
+ text: type === 'media' ? '文件处理中,处理完成后自动下载' : '正在下载Hash...',
});
// 关闭加载效果
setTimeout(() => {