mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -56,6 +56,7 @@ export class Plugin {
|
||||
/// #endif
|
||||
}
|
||||
} = {};
|
||||
private protyleOptionsValue: IOptions;
|
||||
|
||||
constructor(options: {
|
||||
app: App,
|
||||
@@ -307,4 +308,12 @@ export class Plugin {
|
||||
defIds: options.defIds,
|
||||
}));
|
||||
};
|
||||
|
||||
set protyleOptions(options: IOptions) {
|
||||
this.protyleOptionsValue = options;
|
||||
}
|
||||
|
||||
get protyleOptions() {
|
||||
return this.protyleOptionsValue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user