更换系统图片
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
th:with="_cover = ${#strings.isEmpty(post.spec.cover) ? cover_img : thumbnail.gen(post.spec.cover, 's')}"
|
||||
th:data-src="${_cover}" width="50"
|
||||
height="50" alt="" uk-img="" loading="lazy"
|
||||
th:src="@{/assets/img/lazyload.png}"></a>
|
||||
th:src="@{/assets/img/logo.webp}"></a>
|
||||
</div>
|
||||
<div class="info nowrap">
|
||||
<h4 class="title nowrap"><a th:href="@{${post.status.permalink}}">[[${post.spec.title}]]</a></h4>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="player_hand"></div>
|
||||
<div class="top">
|
||||
<div class="left">
|
||||
<div class="m_cover"><img th:src="@{/assets/img/banner.jpg}"></div>
|
||||
<div class="m_cover"><img th:src="@{/assets/img/banner-all.webp}"></div>
|
||||
<div class="m_info">
|
||||
<div class="m_tt"><h2>加载中..</h2><small>作者..</small></div>
|
||||
<div class="timer"><div class="current_time">00:00</div><span>/</span><div class="total_time">00:00</div></div>
|
||||
|
||||
Reference in New Issue
Block a user