调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-31 11:11:53 +08:00
parent df37a7c00d
commit 2ca25e083e
2 changed files with 27 additions and 9 deletions

View File

@@ -665,9 +665,16 @@
{/notempty}
{notempty name="data.webpage_footnotes"}
<!-- 底部文字 -->
<div class="footer-texts">
{$data.webpage_footnotes.desc|raw|htmlspecialchars_decode}
</div>
{eq name=":cookie('think_lang')" value="en-us"}
<div class="footer-texts-en">
{$data.webpage_footnotes.desc|raw|htmlspecialchars_decode}
</div>
{else/}
<div class="footer-texts">
{$data.webpage_footnotes.desc|raw|htmlspecialchars_decode}
</div>
{/eq}
{/notempty}
{/block}
{block name="script"}