Vanessa 2024-01-06 15:30:34 +08:00
parent 6dd6d7401a
commit 1e3ca6bcde
3 changed files with 10 additions and 3 deletions

View file

@ -730,7 +730,7 @@ export const bazaar = {
this._genMyHTML(bazaarType, app);
bazaar._onBazaar(response, bazaarType, ["themes", "icons"].includes(bazaarType));
if (bazaarType === "plugins") {
uninstall(app, packageName);
uninstall(app, packageName, true);
}
});
});