mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
013b06dcce
commit
473df4b185
6 changed files with 35 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue