Vanessa 2025-12-03 17:44:24 +08:00
parent b11e0af08d
commit 7154879ddc
3 changed files with 13 additions and 7 deletions

View file

@ -846,7 +846,7 @@ export const bazaar = {
bazaar.element.querySelectorAll("#configBazaarDownloaded .b3-card").forEach(item => {
item.classList.remove("b3-card--disabled");
});
loadPlugins(app).then(() => {
loadPlugins(app, null, false).then(() => {
app.plugins.forEach(item => {
afterLoadPlugin(item);
});