mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 07:56:14 +01:00
♻️ Adjust some details (#17165)
This commit is contained in:
parent
5aa9f4b5ef
commit
3e808209e5
9 changed files with 41 additions and 19 deletions
|
|
@ -322,6 +322,7 @@ func GetBazaarPackageREADME(ctx context.Context, repoURL, repoHash, pkgType stri
|
|||
return
|
||||
}
|
||||
|
||||
// InstallBazaarPackage 安装集市包,themeMode 仅在 pkgType 为 "themes" 时生效
|
||||
func InstallBazaarPackage(pkgType, repoURL, repoHash, packageName string, themeMode int) error {
|
||||
installPath, jsonFileName, err := getPackageInstallPath(pkgType, packageName)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue