This commit is contained in:
李志鹏
2026-06-01 15:05:46 +08:00
parent 183e7e551e
commit 40132cebce

View File

@@ -184,6 +184,9 @@
}
})
const handleDownloadAllAssets = () => {
if (downloadInfo.value.status === DOWNLOAD_STATUS.dowloading) {
return
}
const ids = props.ids as string[]
downloadInfo.value.status = DOWNLOAD_STATUS.dowloading
downloadInfo.value.progress = 0