mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 08:00:13 +01:00
This commit is contained in:
parent
8b2a60ab38
commit
32d4780af1
1 changed files with 3 additions and 4 deletions
|
|
@ -501,13 +501,12 @@ export const bazaar = {
|
|||
${navTitle}
|
||||
</div>
|
||||
</div>
|
||||
<div class="fn__flex-1"></div>
|
||||
<img class="item__img" src="${data.iconURL}" onerror="this.src='/stage/images/icon.png'">
|
||||
<div class="item__title">
|
||||
<div>
|
||||
<a href="${data.repoURL}" target="_blank" class="item__title" title="GitHub Repo">${data.preferredName}</a>
|
||||
</div>
|
||||
<br>
|
||||
<div class="item__repo">
|
||||
<div class="fn__hr"></div>
|
||||
<div>
|
||||
<a href="${data.repoURL}" target="_blank" class="ft__on-surface ft__smaller" title="GitHub Repo">${data.name}</a>
|
||||
</div>
|
||||
<div class="block__icons">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue