Browse Source

fix: 更新脚本路径以确保正确加载Three.js库

master
peijunlei 3 weeks ago
parent
commit
acde6c9298
  1. 4
      public/themes/website/1/zh/demo/about.html

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

@ -1710,8 +1710,8 @@
<script src="https://cdn.jsdelivr.net.cn/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></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