🎨 i18n Bazaar package

This commit is contained in:
Liang Ding 2023-05-07 17:10:23 +08:00
parent 54dcde6b48
commit 2ceb5f36d5
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
8 changed files with 37 additions and 2 deletions

View file

@ -705,6 +705,7 @@ declare interface IMenu {
declare interface IBazaarItem {
enabled: boolean
preferredName: string
preferredDesc: string
iconURL: string
readme: string