🎨 Brand new marketplace UI https://github.com/siyuan-note/siyuan/issues/8181
This commit is contained in:
parent
1702b7cf96
commit
1731d2b6ef
1 changed files with 2 additions and 2 deletions
|
@ -431,10 +431,10 @@ func GetPackageREADME(repoURL, repoHash, packageType string) (ret string) {
|
|||
return
|
||||
}
|
||||
|
||||
fullRepoURLHash := "https://github.com/" + repoURLHash
|
||||
url := strings.TrimPrefix(repoURLHash, "https://github.com/")
|
||||
var repo *StageRepo
|
||||
for _, r := range stageIndex.Repos {
|
||||
if r.URL == fullRepoURLHash {
|
||||
if r.URL == url {
|
||||
repo = r
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue