Browse Source

fix(single_index.html): 首页资源路径调整

master
peijunlei 2 weeks ago
parent
commit
19f7c8a9ef
  1. 4
      public/themes/website/1/zh/demo/single_index.html

4
public/themes/website/1/zh/demo/single_index.html

@ -2123,7 +2123,7 @@
></script>
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.js"></script>
<script src="https://unpkg.com/counterup2@2.0.2/dist/index.js"></script>
<script src="./js/lib/three-r128.min.js"></script>
<script src="./js/lib/three-128-orbitControls.js"></script>
<script src="/themes/dist_static/js/lib/three-r128.min.js"></script>
<script src="/themes/dist_static/js/lib/three-128-orbitControls.js"></script>
</body>
</html>
Loading…
Cancel
Save