mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
🎨 One-click upgrade of downloaded marketplace packages https://github.com/siyuan-note/siyuan/issues/8390
This commit is contained in:
parent
77350cc6fa
commit
c45e80b9e0
3 changed files with 30 additions and 0 deletions
|
|
@ -29,6 +29,15 @@ import (
|
|||
"github.com/siyuan-note/siyuan/kernel/bazaar"
|
||||
)
|
||||
|
||||
func BazaarPackages(frontend string) (plugins []*bazaar.Plugin, widgets []*bazaar.Widget, icons []*bazaar.Icon, themes []*bazaar.Theme, templates []*bazaar.Template) {
|
||||
plugins = BazaarPlugins(frontend, "")
|
||||
widgets = BazaarWidgets("")
|
||||
icons = BazaarIcons("")
|
||||
themes = BazaarThemes("")
|
||||
templates = BazaarTemplates("")
|
||||
return
|
||||
}
|
||||
|
||||
func GetPackageREADME(repoURL, repoHash, packageType string) (ret string) {
|
||||
ret = bazaar.GetPackageREADME(repoURL, repoHash, packageType)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue