mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
20e8b81b8f
commit
5760f7fe4c
11 changed files with 53 additions and 32 deletions
|
|
@ -57,7 +57,7 @@ export class Plugin {
|
|||
/// #endif
|
||||
}
|
||||
} = {};
|
||||
private protyleOptionsValue: IOptions;
|
||||
private protyleOptionsValue: IProtyleOptions;
|
||||
|
||||
constructor(options: {
|
||||
app: App,
|
||||
|
|
@ -373,7 +373,7 @@ export class Plugin {
|
|||
}));
|
||||
};
|
||||
|
||||
set protyleOptions(options: IOptions) {
|
||||
set protyleOptions(options: IProtyleOptions) {
|
||||
this.protyleOptionsValue = options;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue