Browse Source

investment.html静态资源路径替换

master
xiaodong 2 weeks ago
parent
commit
1d3042bd31
  1. 24
      public/themes/website/1/zh/demo/investment.html

24
public/themes/website/1/zh/demo/investment.html

@ -43,10 +43,10 @@
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
<script type="module" crossorigin src="./static/js/investment.js"></script>
<link rel="modulepreload" crossorigin href="./static/js/common.js">
<link rel="stylesheet" crossorigin href="./static/css/common.css">
<link rel="stylesheet" crossorigin href="./static/css/investment.css">
<script type="module" crossorigin src="/themes/dist_static/static/js/investment.js"></script>
<link rel="modulepreload" crossorigin href="/themes/dist_static/static/js/common.js">
<link rel="stylesheet" crossorigin href="/themes/dist_static/static/css/common.css">
<link rel="stylesheet" crossorigin href="/themes/dist_static/static/css/investment.css">
</head>
<body>
@ -62,7 +62,7 @@
</h1>
</div>
<div class="iv-hero__media" aria-hidden="true">
<img src="./static/images/banner-KIEdSu__.png" alt="" width="1920" height="720" />
<img src="/themes/dist_static/static/images/banner-KIEdSu__.png" alt="" width="1920" height="720" />
</div>
</section>
@ -254,7 +254,7 @@
<p class="iv-stock__note">截止 2026-08-14 09:40:31*报价有十五分钟或以上延迟。</p>
</div>
<div class="iv-stock__chart">
<img src="./static/images/section-3-img-CK6u5Hdw.png" alt="股票走势图" width="720" height="450" />
<img src="/themes/dist_static/static/images/section-3-img-CK6u5Hdw.png" alt="股票走势图" width="720" height="450" />
</div>
</div>
</section>
@ -349,7 +349,7 @@
<section class="iv-hotline" id="hotline">
<div class="iv-hotline__bg" aria-hidden="true">
<img src="./static/images/section-5-bg-CE3rmfWr.png" alt="" width="1920" height="800" />
<img src="/themes/dist_static/static/images/section-5-bg-CE3rmfWr.png" alt="" width="1920" height="800" />
</div>
<div class="iv-hotline__inner section__wrap">
<h2 class="iv-hotline__title">投资者热线</h2>
@ -398,7 +398,7 @@
<div class="mask" id="mask">
<header class="mask-header">
<a href="/" class="mask-header__logo" aria-label="睿能科技">
<img src="./static/images/logo-2-Ek-18nmQ.svg" alt="RAYNEN 睿能科技" width="252" height="26" />
<img src="/themes/dist_static/static/images/logo-2-Ek-18nmQ.svg" alt="RAYNEN 睿能科技" width="252" height="26" />
</a>
<div class="mask-header__actions">
<button class="mask-header__icon-btn lang" type="button" aria-label="切换语言">
@ -864,7 +864,7 @@
<div class="site-footer__main">
<div class="site-footer__brand">
<div class="site-footer__logo" aria-label="睿能科技">
<img src="./static/images/logo-2-Ek-18nmQ.svg" alt="RAYNEN 睿能科技" width="252" height="26" />
<img src="/themes/dist_static/static/images/logo-2-Ek-18nmQ.svg" alt="RAYNEN 睿能科技" width="252" height="26" />
</div>
<p class="site-footer__stock">股票代码: 603933</p>
<p class="site-footer__quote" aria-label="股票行情占位">
@ -875,11 +875,11 @@
<p class="site-footer__follow">关注我们:</p>
<div class="site-footer__qrs">
<div class="site-footer__qr">
<img src="./static/images/qrcode-1-C2aXBr_4.png" alt="官方微信" />
<img src="/themes/dist_static/static/images/qrcode-1-C2aXBr_4.png" alt="官方微信" />
<span>官方微信</span>
</div>
<div class="site-footer__qr">
<img src="./static/images/qrcode-2-Baljjv3Z.png" alt="官方视频号" />
<img src="/themes/dist_static/static/images/qrcode-2-Baljjv3Z.png" alt="官方视频号" />
<span>官方视频号</span>
</div>
</div>
@ -942,7 +942,7 @@
</div>
<div class="site-footer__bottom">
<p class="site-footer__copyright">Copyright 2026 福建睿能科技股份有限公司 版权所有 | 闽ICP备09044485号 | <img
class="site-footer__gongan" src="./static/images/gongan-DdFBmJbc.png" alt="" /> 闽公网安备
class="site-footer__gongan" src="/themes/dist_static/static/images/gongan-DdFBmJbc.png" alt="" /> 闽公网安备
35010202000576号</p>
<div class="site-footer__legal">
<a href="#">网站地图</a>

Loading…
Cancel
Save