Browse Source

fix(footer): 更新网站底部logo为深色版本

- 将底部组件中的logo图片源从普通logo更新为深色logo,以适应新的设计要求
master
peijunlei 2 weeks ago
parent
commit
42c1809ff8
  1. 2
      public/themes/website/1/zh/demo/components/footer.html

2
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="{hcTaglib:setting name='logo' type='2' /}" alt="RAYNEN 睿能科技" width="252" height="26" />
<img src="{hcTaglib:setting name='dark_logo' type='2' /}" alt="RAYNEN 睿能科技" width="252" height="26" />
</div>
<p class="site-footer__stock">股票代码: 603933</p>
<p class="site-footer__quote" aria-label="股票行情占位">

Loading…
Cancel
Save