mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-04-24 03:49:49 -05:00
🎨 Brand new marketplace UI https://github.com/siyuan-note/siyuan/issues/8181
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user