🎨 集市支持已安装的包单独显示 https://github.com/siyuan-note/siyuan/issues/5678

This commit is contained in:
Liang Ding 2022-09-01 22:32:43 +08:00
parent 7d39c6447e
commit 0d71a61ddb
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 4 additions and 0 deletions

View file

@ -126,6 +126,7 @@ func InstalledTemplates() (ret []*Template) {
}
template := &Template{}
template.Installed = true
template.Name = templateConf["name"].(string)
template.Author = templateConf["author"].(string)
template.URL = templateConf["url"].(string)