友联优化

This commit is contained in:
1152958806@qq.com 2023-07-09 19:02:08 +08:00
parent 268c89829f
commit c817445ab5
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
<a class="img" target="_blank" th:href="${link.spec.url}" <a class="img" target="_blank" th:href="${link.spec.url}"
th:title="${link.spec.displayName}"> th:title="${link.spec.displayName}">
<img class="flink-avatar" style="pointer-events: none;" <img class="flink-avatar" style="pointer-events: none;"
th:alt="${link.spec.displayName}" th:src="${link.spec.siteshot}"> th:alt="${link.spec.displayName}" th:src="@{${#strings.isEmpty(link.spec.siteshot) ? link.spec.logo : link.spec.siteshot}}">
</a> </a>
<a class="info cf-friends-link" target="_blank" th:href="${link.spec.url}" <a class="info cf-friends-link" target="_blank" th:href="${link.spec.url}"