Browse Source

fix(footer): 修复网站地图链接打开方式并调整隐私声明链接配置

- 为网站地图链接添加target="_blank"属性以在新窗口打开
- 注释掉当前隐私声明链接的多语言URL配置
- 恢复隐私声明链接为javascript:void(0)占位符状态
- 保持网站地图功能正常访问
master
zhangf@suq.cn 1 week ago
parent
commit
7b2c37f6e3
  1. 7
      public/themes/website/1/zh/demo/components/footer.html

7
public/themes/website/1/zh/demo/components/footer.html

@ -59,10 +59,9 @@
<p class="site-footer__copyright">Copyright 2026 {hcTaglib:setting name="company_name" type="1" /} 版权所有 | <a href="{hcTaglib:setting name='icp_link' type='2' /}" target="_blank" rel="nofollow noopener">{hcTaglib:setting name="icp" type="2" /}</a> | <a href="{hcTaglib:setting name='gwa_link' type='2' /}" target="_blank" rel="nofollow noopener"><img
class="site-footer__gongan" src="/themes/dist_static/static/images/gongan-DdFBmJbc.png" alt="" /> {hcTaglib:setting name="gwa" type="2" /}</a></p>
<div class="site-footer__legal">
<a href="{:getMuiLangUrl('/sitemap.html')}">网站地图</a>
<a href="{:getMuiLangUrl('/privacy.html')}">隐私声明</a>
<!-- <a href="javascript:;">网站地图</a>-->
<!-- <a href="javascript:;">隐私声明</a>-->
<a target="_blank" href="{:getMuiLangUrl('/sitemap.html')}">网站地图</a>
<!-- <a target="_blank" href="{:getMuiLangUrl('/privacy.html')}">隐私声明</a>-->
<a target="_blank" href="javascript:;">隐私声明</a>
</div>
</div>
</div>
Loading…
Cancel
Save