mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-31 22:08:48 +01:00
🎨 Add plugin config items backends and frontends https://github.com/siyuan-note/siyuan/issues/8386
This commit is contained in:
parent
ec0682358f
commit
02b62eba65
10 changed files with 93 additions and 23 deletions
|
|
@ -64,7 +64,7 @@ func Templates() (templates []*Template) {
|
|||
return
|
||||
}
|
||||
|
||||
if disallowDisplayBazaarPackage(template.MinAppVersion) {
|
||||
if disallowDisplayBazaarPackage(template.Package) {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue