This commit is contained in:
Vanessa 2023-06-30 10:44:33 +08:00
parent 65920afeeb
commit 4c7a01a911
6 changed files with 8 additions and 3 deletions

View file

@ -341,6 +341,7 @@ interface ICommand {
}
interface IPluginData {
displayName: string,
name: string,
js: string,
css: string,