Vanessa 2023-05-29 20:52:29 +08:00
parent 953920e4de
commit 736c9834a8
7 changed files with 8 additions and 1 deletions

View file

@ -740,6 +740,7 @@ declare interface IMenu {
}
declare interface IBazaarItem {
incompatible?: boolean // 仅 plugin
enabled: boolean
preferredName: string
preferredDesc: string