🎨 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

@ -233,7 +233,7 @@
} }
&__title { &__title {
font-size: 30px; font-size: 24px;
word-break: break-all; word-break: break-all;
color: var(--b3-theme-on-background); color: var(--b3-theme-on-background);
} }

View File

@ -391,7 +391,9 @@ export const bazaar = {
</div> </div>
<div class="fn__flex-1"></div> <div class="fn__flex-1"></div>
<img class="item__img" src="${data.iconURL}" onerror="this.src='${data.previewURLThumb}'"> <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"> <div class="block__icons">
<span class="fn__flex-1"></span> <span class="fn__flex-1"></span>
${data.preferredFunding ? ${data.preferredFunding ?