🎨 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
|
@ -233,7 +233,7 @@
|
|||
}
|
||||
|
||||
&__title {
|
||||
font-size: 30px;
|
||||
font-size: 24px;
|
||||
word-break: break-all;
|
||||
color: var(--b3-theme-on-background);
|
||||
}
|
||||
|
|
|
@ -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
Reference in a new issue