peijunlei 2 weeks ago
parent
commit
38cd415ff7
  1. 15
      public/themes/website/1/zh/demo/components/footer.html

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

@ -4,7 +4,7 @@
<div class="site-footer__main">
<div class="site-footer__brand">
<div class="site-footer__logo" aria-label="睿能科技">
<img src="/themes/dist_static/static/images/logo-2-Ek-18nmQ.svg" alt="RAYNEN 睿能科技" width="252" height="26" />
<img src="{hcTaglib:setting name='logo' type='2' /}" alt="RAYNEN 睿能科技" width="252" height="26" />
</div>
<p class="site-footer__stock">股票代码: 603933</p>
<p class="site-footer__quote" aria-label="股票行情占位">
@ -15,11 +15,11 @@
<p class="site-footer__follow">关注我们:</p>
<div class="site-footer__qrs">
<div class="site-footer__qr">
<img src="/themes/dist_static/static/images/qrcode-1-C2aXBr_4.png" alt="官方微信" />
<img src="{hcTaglib:setting name='wechat_code' type='2' /}" alt="官方微信" />
<span>官方微信</span>
</div>
<div class="site-footer__qr">
<img src="/themes/dist_static/static/images/qrcode-2-Baljjv3Z.png" alt="官方视频号" />
<img src="{hcTaglib:setting name='dark_logo' type='2' /}" alt="官方视频号" />
<span>官方视频号</span>
</div>
</div>
@ -38,12 +38,11 @@
</nav>
</div>
<div class="site-footer__bottom">
<p class="site-footer__copyright">Copyright 2026 福建睿能科技股份有限公司 版权所有 | 闽ICP备09044485号 | <img
class="site-footer__gongan" src="/themes/dist_static/static/images/gongan-DdFBmJbc.png" alt="" /> 闽公网安备
35010202000576号</p>
<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="#">网站地图</a>
<a href="#">隐私声明</a>
<a href="/sitemap.html">网站地图</a>
<a href="/privacy.html">隐私声明</a>
</div>
</div>
</div>
Loading…
Cancel
Save