Browse Source

网站地图,隐私声明跳转问题

master
xiaodong 1 week ago
parent
commit
57d22f716f
  1. 6
      public/themes/website/1/en/demo/components/footer.html
  2. 6
      public/themes/website/1/zh/demo/components/footer.html

6
public/themes/website/1/en/demo/components/footer.html

@ -59,8 +59,10 @@
<p class="site-footer__copyright">Copyright 2026 {hcTaglib:setting name="company_name" type="1" /} All rights reserved | {hcTaglib:setting name="icp" type="2" /} | <img
class="site-footer__gongan" src="/themes/dist_static/static/images/gongan-DdFBmJbc.png" alt="" /> {hcTaglib:setting name="gwa" type="2" /}</p>
<div class="site-footer__legal">
<a href="{:getMuiLangUrl('/sitemap.html')}">Sitemap</a>
<a href="{:getMuiLangUrl('/privacy.html')}">Privacy Policy</a>
<!-- <a href="{:getMuiLangUrl('/sitemap.html')}">Sitemap</a> -->
<!-- <a href="{:getMuiLangUrl('/privacy.html')}">Privacy Policy</a> -->
<a href="javascript:;">Sitemap</a>
<a href="javascript:;">Privacy Policy</a>
</div>
</div>
</div>

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

@ -59,8 +59,10 @@
<p class="site-footer__copyright">Copyright 2026 {hcTaglib:setting name="company_name" type="1" /} 版权所有 | {hcTaglib:setting name="icp" type="2" /} | <img
class="site-footer__gongan" src="/themes/dist_static/static/images/gongan-DdFBmJbc.png" alt="" /> {hcTaglib:setting name="gwa" type="2" /}</p>
<div class="site-footer__legal">
<a href="{:getMuiLangUrl('/sitemap.html')}">网站地图</a>
<a href="{:getMuiLangUrl('/privacy.html')}">隐私声明</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