🎨 Add icon settings in marketplace package https://github.com/siyuan-note/siyuan/issues/8174

This commit is contained in:
Liang Ding 2023-05-05 15:46:09 +08:00
parent 93dad2bfb2
commit 897e98bd0d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 11 additions and 0 deletions

View file

@ -56,6 +56,7 @@ type Package struct {
RepoHash string `json:"repoHash"`
PreviewURL string `json:"previewURL"`
PreviewURLThumb string `json:"previewURLThumb"`
IconURL string `json:"iconURL"`
README string `json:"readme"`