Skip to content

Commit

Permalink
Merge pull request #5 from carolcoral/v1.6.1
Browse files Browse the repository at this point in the history
V1.6.1
  • Loading branch information
carolcoral authored Jun 7, 2024
2 parents b7b4192 + 0d65e94 commit 9a73991
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.6.0
version=1.6.1
5 changes: 3 additions & 2 deletions src/main/resources/templates/afdian3.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<div class="banners-title-big" th:text="${rewardTopTitle}"></div>
</div>
<div class="banner-button-group">
<a class="banner-button" th:href="${sponsorUrl}"
<a class="banner-button"
th:attr="onclick=|sponsorSelf(${sponsorUrl})|"
rel="external nofollow" data-pjax-state="">
<i class="haofont hao-icon-link"></i>
<span class="banner-button-text">赞助博主</span></a>
Expand All @@ -47,7 +48,7 @@
<div class="flink-list-item" th:each="sponsor : ${afdianFinder.listAllSponsor().data.list}">
<a class="cf-friends-link" rel="external nofollow" target="_blank"
th:attr="onclick=|sponsorSelf('https://afdian.net/u/'+'${sponsor.user.user_id}')|">
<img class="flink-avatar cf-friends-avatar entered loaded" alt="Shadowsocks"
<img class="flink-avatar cf-friends-avatar entered loaded" alt=""
th:src="${sponsor.user.avatar}"
data-ll-status="loaded">
<div class="flink-item-info no-lightbox">
Expand Down

0 comments on commit 9a73991

Please sign in to comment.