🎨 Add plugin config items backends and frontends https://github.com/siyuan-note/siyuan/issues/8386

This commit is contained in:
Daniel 2023-05-29 20:16:23 +08:00
parent ec0682358f
commit 02b62eba65
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
10 changed files with 93 additions and 23 deletions

View file

@ -64,7 +64,7 @@ func Widgets() (widgets []*Widget) {
return
}
if disallowDisplayBazaarPackage(widget.MinAppVersion) {
if disallowDisplayBazaarPackage(widget.Package) {
return
}