更换部分图标

This commit is contained in:
1152958806@qq.com 2023-11-11 17:44:06 +08:00
parent 599d392862
commit 4c4b71d1a4
2 changed files with 10 additions and 6 deletions

View File

@ -34,9 +34,7 @@
<div class="webinfo-item-title"><i class="haofont hao-icon-stopwatch"></i>
<div class="item-name">建站天数 :</div>
</div>
<div class="item-count" th:text="${theme.config.basics.siteStartTime}" id="runtimeshow">
<i class="haofont hao-icon-spinner fa-spin"></i>
</div>
<div class="item-count" th:text="${theme.config.basics.siteStartTime}" id="runtimeshow"></div>
</div>
<!-- <div class="webinfo-item">
<div class="webinfo-item-title"><i class="item-icon fas fa-font"></i>

View File

@ -101,11 +101,17 @@
<i class="haofont hao-icon-chat--fill post-meta-icon" style="font-size: 17px;"></i>
<span class="post-meta-label">评论:</span>
<span th:if="${#strings.equals(theme.config.comments.use, 'commentWidget')}"
id="comment-count" th:text="${post.stats.comment}"></span>
id="comment-count" th:text="${post.stats.comment}">
<i class="haofont hao-icon-spinner fa-spin"></i>
</span>
<span th:if="${#strings.equals(theme.config.comments.use, 'Twikoo')}"
id="twikoo-count"></span>
id="twikoo-count">
<i class="haofont hao-icon-spinner fa-spin"></i>
</span>
<span th:if="${#strings.equals(theme.config.comments.use, 'Artalk')}"
id="ArtalkCount"></span>
id="ArtalkCount">
<i class="haofont hao-icon-spinner fa-spin"></i>
</span>
</a>
<a class="post-meta-editor" sec:authorize="isAuthenticated()" data-flag-title="编辑文章"
title="编辑文章"