mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
00c1f667aa
commit
370d549a48
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ import {BlockPanel} from "../block/Panel";
|
||||||
import {Setting} from "./Setting";
|
import {Setting} from "./Setting";
|
||||||
import {clearOBG} from "../layout/dock/util";
|
import {clearOBG} from "../layout/dock/util";
|
||||||
import {Constants} from "../constants";
|
import {Constants} from "../constants";
|
||||||
|
import {uninstall} from "./uninstall";
|
||||||
|
import {afterLoadPlugin} from "./loader";
|
||||||
|
|
||||||
export class Plugin {
|
export class Plugin {
|
||||||
private app: App;
|
private app: App;
|
||||||
|
|
@ -115,6 +117,9 @@ export class Plugin {
|
||||||
|
|
||||||
public onDataChanged() {
|
public onDataChanged() {
|
||||||
// 存储数据变更
|
// 存储数据变更
|
||||||
|
// 兼容 4.3.1 以前同步数据使用重载插件的问题
|
||||||
|
uninstall(this.app, this.name, false);
|
||||||
|
afterLoadPlugin(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async updateCards(options: ICardData) {
|
public async updateCards(options: ICardData) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue