Vanessa 2025-08-21 21:29:26 +08:00
parent 19c5a9952e
commit 540fe7cfde

View file

@ -32,9 +32,12 @@ export const uninstall = (app: App, name: string, isUninstall = false) => {
}); });
/// #endif /// #endif
// rm topBar // rm topBar
plugin.topBarIcons.forEach(item => { for (let i = 0; i < plugin.topBarIcons.length; i++) {
const item = plugin.topBarIcons[i];
item.remove(); item.remove();
}); plugin.topBarIcons.splice(i, 1);
i--;
}
/// #if !MOBILE /// #if !MOBILE
resizeTopBar(); resizeTopBar();
// rm statusBar // rm statusBar