限制集市 README repo 链接宽度 (#10760)

This commit is contained in:
Jeffrey Chen 2024-03-27 09:10:58 +08:00 committed by GitHub
parent 3777453317
commit 8b2a60ab38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -503,9 +503,13 @@ 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='/stage/images/icon.png'"> <img class="item__img" src="${data.iconURL}" onerror="this.src='/stage/images/icon.png'">
<div class="item__title">
<a href="${data.repoURL}" target="_blank" class="item__title" title="GitHub Repo">${data.preferredName}</a> <a href="${data.repoURL}" target="_blank" class="item__title" title="GitHub Repo">${data.preferredName}</a>
</div>
<br> <br>
<div class="item__repo">
<a href="${data.repoURL}" target="_blank" class="ft__on-surface ft__smaller" title="GitHub Repo">${data.name}</a> <a href="${data.repoURL}" target="_blank" class="ft__on-surface ft__smaller" title="GitHub Repo">${data.name}</a>
</div>
<div class="block__icons"> <div class="block__icons">
<span class="fn__flex-1"></span> <span class="fn__flex-1"></span>
${data.preferredFunding ? ${data.preferredFunding ?