This commit is contained in:
Vanessa 2023-05-17 15:36:21 +08:00
parent c12547f6fd
commit 63c83a2685
2 changed files with 11 additions and 5 deletions

View file

@ -43,6 +43,10 @@ export class Plugin {
// 加载
}
public onunload() {
// 禁用/卸载
}
public addTopBar(options: {
icon: string,
title: string,