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
@@ -0,0 +1,6 @@
<th:block th:fragment="custom_html(widget_data)">
<section class="widget widget_custom_html">
<div class="wid_title" th:text="${widget_data.custom_html.title}"></div>
<th:block th:utext="${widget_data.custom_html.html}"></th:block>
</section>
</th:block>