mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 07:48:49 +01:00
🎨 Improve minimum version requirements for marketplace packages https://github.com/siyuan-note/siyuan/issues/16688
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
818846025b
commit
93aaba92f7
1 changed files with 2 additions and 2 deletions
|
|
@ -193,8 +193,8 @@ func InstalledWidgets() (ret []*Widget) {
|
|||
return
|
||||
}
|
||||
|
||||
func getBazaarWidget(name string, widegets []*Widget) *Widget {
|
||||
for _, p := range widegets {
|
||||
func getBazaarWidget(name string, widgets []*Widget) *Widget {
|
||||
for _, p := range widgets {
|
||||
if p.Name == name {
|
||||
return p
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue