Vanessa 2024-11-08 01:17:38 +08:00
parent dc1525686c
commit 97c4878376
4 changed files with 128 additions and 117 deletions

View file

@ -373,6 +373,10 @@ export class Plugin {
}));
};
public updateProtyleToolbar(toolbar: Array<string | IMenuItem>) {
return toolbar;
}
set protyleOptions(options: IProtyleOptions) {
this.protyleOptionsValue = options;
}