mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +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
|
|
@ -141,7 +141,7 @@ func InstalledWidgets() (ret []*Widget) {
|
|||
continue
|
||||
}
|
||||
widget.README, _ = renderREADME(widget.URL, readme)
|
||||
widget.Outdated = isOutdatedWidget(widget.URL, widget.Version, bazaarWidgets)
|
||||
widget.Outdated = isOutdatedWidget(widget, bazaarWidgets)
|
||||
ret = append(ret, widget)
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue