All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 21:56:09 +08:00
parent 6b4456effc
commit e366074890

View File

@@ -5,7 +5,8 @@
<!-- 首页脚本 -->
<script src="/web/BlackFruit-web/js/index.js"></script>
<!-- 3D 地球依赖three-globeThree.js 由业务系统全局引入,避免多份 THREE 冲突 -->
<!-- 3D 地球依赖:Three.js 和 three-globe顺序不能反 -->
<script src="https://unpkg.com/three@0.155.0/build/three.min.js"></script>
<script src="https://unpkg.com/three-globe@2.45.0/dist/three-globe.min.js"></script>
<!-- 3D 地球效果脚本(基于 three-globe -->
<script src="/web/BlackFruit-web/js/globe.js"></script>