This commit is contained in:
Vanessa 2023-06-23 16:27:54 +08:00
parent 904735a2eb
commit dfc0a35c05
5 changed files with 51 additions and 13 deletions

View file

@ -17,6 +17,12 @@ export class Plugin {
public eventBus: EventBus;
public data: any = {};
public name: string;
public protyleSlash: {
filter: string[],
html: string,
id: string,
callback: (protyle: import("../protyle").Protyle) => void
}[] = [];
// TODO
public customBlockRenders: {
[key: string]: {