Add progress bar for unlocking #37

Add tips for instant save
This commit is contained in:
MengYX
2020-04-05 12:28:59 +08:00
parent 87356a0514
commit 9569e2f145
4 changed files with 57 additions and 9 deletions

View File

@@ -23,5 +23,8 @@ export function DownloadBlobMusic(data, format) {
export function RemoveBlobMusic(data) {
URL.revokeObjectURL(data.file);
URL.revokeObjectURL(data.picture);
if (data.picture.startsWith("blob:")) {
URL.revokeObjectURL(data.picture);
}
}