Vanessa 2024-01-08 22:12:19 +08:00
parent 2017494493
commit ee75476496
4 changed files with 32 additions and 42 deletions

View file

@ -88,6 +88,10 @@ export class Plugin {
// 卸载
}
public async updateCards(options: ICardData) {
return options;
}
public onLayoutReady() {
// 布局加载完成
}