mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 07:32:34 +01:00
This commit is contained in:
parent
109462a22f
commit
c941703e18
6 changed files with 55 additions and 37 deletions
5
app/src/types/index.d.ts
vendored
5
app/src/types/index.d.ts
vendored
|
|
@ -680,6 +680,9 @@ declare interface IMenu {
|
|||
}
|
||||
|
||||
declare interface IBazaarItem {
|
||||
enabled: boolean
|
||||
preferredDesc: string
|
||||
iconURL: string
|
||||
readme: string
|
||||
stars: string
|
||||
author: string
|
||||
|
|
@ -701,5 +704,5 @@ declare interface IBazaarItem {
|
|||
hInstallSize: string
|
||||
hInstallDate: string
|
||||
hUpdated: string
|
||||
fundingUrl: IObject
|
||||
preferredFunding: string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue