Browse Source

fix(footer): 恢复网站地图和隐私声明链接功能

- 恢复网站地图链接的真实URL路径
- 恢复隐私声明链接的真实URL路径
- 移除无效的javascript链接
- 注释掉旧的占位符链接代码
master
zhangf@suq.cn 1 week ago
parent
commit
1738c8011f
  1. 8
      public/themes/website/1/zh/demo/components/footer.html

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

@ -59,10 +59,10 @@
<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 href="{:getMuiLangUrl('/sitemap.html')}">网站地图</a>
<a href="{:getMuiLangUrl('/privacy.html')}">隐私声明</a>
<!-- <a href="javascript:;">网站地图</a>-->
<!-- <a href="javascript:;">隐私声明</a>-->
</div>
</div>
</div>
Loading…
Cancel
Save