This commit is contained in:
rain
2026-07-24 16:04:59 +08:00
parent 58edd3fc45
commit 0e88255852
3 changed files with 14 additions and 16 deletions
+2 -1
View File
@@ -653,7 +653,8 @@
'" target="_blank"><img src="' +
escapeHtml(article.accountAvatar || article.expertAvatar) +
'" alt="" class="article-item__icon" />' +
(authorName ? '<span class="article-item__author">' + escapeHtml(authorName) + "</span>" : "") +
(authorName ? '<span class="article-item__author">' +
escapeHtml(authorName) + "</span>" : "") +
'<span class="article-item__title">' +
escapeHtml(article.title || "文章标题") +
"</span>" +