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

View file

@ -119,7 +119,7 @@ export class Plugin {
// 存储数据变更
// 兼容 3.4.1 以前同步数据使用重载插件的问题
uninstall(this.app, this.name, false);
loadPlugins(this.app, [this.name]).then(() => {
loadPlugins(this.app, [this.name], false).then(() => {
afterLoadPlugin(this);
});
}