新增嵌入式代码块;优化通知书推送时机

This commit is contained in:
anian
2026-03-10 17:24:50 +08:00
parent 6810791637
commit b387ea885c
24 changed files with 3793 additions and 294 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<th:block th:fragment="footer">
<th:block th:with="customJsVersion='1.2.5-1'">
<th:block th:with="customJsVersion='1.2.5-2'">
<div class="center-img-container" id="centerImgContainer">
<img class="center-img" id="targetImg">
@@ -38,4 +38,4 @@
<th:block th:if="${not #strings.isEmpty(theme.config.custom.footer_html)}"
th:utext="${theme.config.custom.footer_html}"> </th:block>
</th:block>
</th:block>
+2 -2
View File
@@ -1,4 +1,4 @@
<th:block th:fragment="head" th:with="customJsVersion=${'1.2.5-1'}">
<th:block th:fragment="head" th:with="customJsVersion=${'1.2.5-2'}">
<th:block th:replace="~{'modules/variables/msg'}" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
@@ -97,4 +97,4 @@
if (darkmode()) document.documentElement.classList.add('dark');
})(window)
</script>
</th:block>
</th:block>