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,17 @@
<div th:remove="tag" th:fragment="logo">
<style>
.halo-logo {
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 1.5em;
}
.halo-logo img {
width: 6em;
}
</style>
<div class="halo-logo">
<img th:src="${theme.config.login_page.custom_login_logo}" th:style="|width: ${theme.config.login_page.custom_login_logo_size}%|" alt="Custom Logo">
</div>
</div>