测试
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 14:56:04 +08:00
parent 9c74ea1066
commit 02befd10d8
2 changed files with 50 additions and 46 deletions

View File

@@ -122,20 +122,20 @@
<span>友情链接:</span>
</div>
{/if}
{if ( isset($data.config) ) }
<div class="footer-record">
<div class='left-info'>
<a href='{$data.config.icp_info_link}' target="_blank" rel="nofollow">{$data.config.icp_info}</a>
<a href='{$data.config.public_security_network_preparation_link}' target="_blank"
rel="nofollow">{$data.config.public_security_network_preparation}</a>
<span>{$data.config.telecom_appreciation}</span>
</div>
<span>{$data.config.copyright_info}</span>
</div>
{else /}
<div class="footer-record" id="footerRecord">
<span id="copyright_info"></span>
</div>
{/if}
</div>
</div>
{if ( isset($data.config) ) }
<div class="footer-record" id="footerRecord">
<div class='left-info'>
<a href='{$data.config.icp_info_link}' target="_blank" rel="nofollow">{$data.config.icp_info}</a>
<a href='{$data.config.public_security_network_preparation_link}' target="_blank"
rel="nofollow">{$data.config.public_security_network_preparation}</a>
<span>{$data.config.telecom_appreciation}</span>
</div>
<span>{$data.config.copyright_info}</span>
</div>
{else /}
<div class="footer-record" id="footerRecord">
<span id="copyright_info"></span>
</div>
{/if}
</div>
</div>