mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 集市支持已安装的包单独显示 https://github.com/siyuan-note/siyuan/issues/5678
This commit is contained in:
parent
0f13f79ce4
commit
bb0995eb6b
5 changed files with 23 additions and 19 deletions
|
|
@ -146,7 +146,7 @@ func InstalledThemes() (ret []*Theme) {
|
|||
continue
|
||||
}
|
||||
theme.README, _ = renderREADME(theme.URL, readme)
|
||||
theme.Outdated = isOutdatedTheme(theme.URL, theme.Version, bazaarThemes)
|
||||
theme.Outdated = isOutdatedTheme(theme, bazaarThemes)
|
||||
ret = append(ret, theme)
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue