mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
🎨 Using displayName instead of plugin name in Plugin detail page Fix https://github.com/siyuan-note/siyuan/issues/8405
This commit is contained in:
parent
a8a232bcb9
commit
d0ee66fc39
2 changed files with 4 additions and 2 deletions
|
|
@ -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 ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue