mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
🎨 集市支持已安装的包单独显示 https://github.com/siyuan-note/siyuan/issues/5678
This commit is contained in:
parent
7d39c6447e
commit
0d71a61ddb
4 changed files with 4 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ func InstalledThemes() (ret []*Theme) {
|
|||
}
|
||||
|
||||
theme := &Theme{}
|
||||
theme.Installed = true
|
||||
theme.Name = themeConf["name"].(string)
|
||||
theme.Author = themeConf["author"].(string)
|
||||
theme.URL = themeConf["url"].(string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue