This commit is contained in:
Van
2019-02-28 11:42:14 +08:00
parent 07afe0956f
commit 0359226512
7 changed files with 80 additions and 58 deletions

View File

@@ -23,9 +23,9 @@
<div class="item__avatar" style="background-image: url(${comment.commentThumbnailURL})"></div>
<div class="item__name">
<#if "http://" == comment.commentURL>
${comment.commentName}
<span class="ft__fade">${comment.commentName}</span>
<#else>
<a href="${comment.commentURL}" target="_blank">${comment.commentName}</a>
<a class="ft__link" href="${comment.commentURL}" target="_blank">${comment.commentName}</a>
</#if>
<#if comment.isReply>