1.2.5原版

This commit is contained in:
anian
2026-03-10 17:17:32 +08:00
commit af82232813
163 changed files with 35269 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<div class="footer_main" th:with="sfooter_info = ${theme.config.base_footer_set.sfooter_info}">
<div class="inner" th:if="${not #lists.isEmpty(sfooter_info)}">
<div class="items sf_wid_info" >
<li class="sf_item " th:each="sfooter : ${sfooter_info}">
<a th:href="${sfooter.sf_link}" th:target="${sfooter.sf_open_new}"><img th:src="${sfooter.sf_img}"><span>[[${sfooter.sf_title}]]</span></a>
</li>
</div>
</div>
</div>