From 17a6efd97eafeb189e5e5ce1c8e400defb0a8e9d Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 26 Nov 2025 20:53:32 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/pull/16244 --- app/src/plugin/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/plugin/index.ts b/app/src/plugin/index.ts index fdb68fe11..3295c9006 100644 --- a/app/src/plugin/index.ts +++ b/app/src/plugin/index.ts @@ -117,7 +117,7 @@ export class Plugin { public onDataChanged() { // 存储数据变更 - // 兼容 4.3.1 以前同步数据使用重载插件的问题 + // 兼容 3.4.1 以前同步数据使用重载插件的问题 uninstall(this.app, this.name, false); afterLoadPlugin(this); }