🎨 Using displayName instead of plugin name in Plugin detail page Fix https://github.com/siyuan-note/siyuan/issues/8405

This commit is contained in:
Daniel 2023-05-30 11:31:48 +08:00
parent a8a232bcb9
commit d0ee66fc39
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 4 additions and 2 deletions

View file

@ -391,7 +391,9 @@ export const bazaar = {
</div>
<div class="fn__flex-1"></div>
<img class="item__img" src="${data.iconURL}" onerror="this.src='${data.previewURLThumb}'">
<a href="${data.repoURL}" target="_blank" class="item__title" title="GitHub Repo">${data.name}</a>
<a href="${data.repoURL}" target="_blank" class="item__title" title="GitHub Repo">${data.preferredName}</a>
<br>
<a href="${data.repoURL}" target="_blank" class="ft__on-surface ft__smaller" title="GitHub Repo">${data.name}</a>
<div class="block__icons">
<span class="fn__flex-1"></span>
${data.preferredFunding ?