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