关于添加追番

This commit is contained in:
1152958806@qq.com 2023-08-18 18:49:19 +08:00
parent 5ac2aea9e7
commit 788115d5f0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
th:href="${comic.url}"
rel="external nofollow noreferrer" target="_blank" th:title="${comic.title}" draggable="false">
<div class="comic-item-cover"><img
th:src="${comic.bg}"
th:src="@{${comic.bg}}"
th:alt="${comic.title}"
draggable="false" >
</div>