This commit is contained in:
Vanessa 2022-10-03 16:22:18 +08:00
parent 436f439dd1
commit c8ab7693f1
11 changed files with 58 additions and 60 deletions

View file

@ -49,7 +49,8 @@ class App {
progressStatus(data);
break;
case"statusbarCounter":
handleStatusbarCounter(data)
handleStatusbarCounter(data);
break;
case"downloadProgress":
downloadProgress(data.data);
break;