简化地图

This commit is contained in:
CN-JS-HuiBai
2026-04-05 01:34:39 +08:00
parent 672ea11598
commit e66905e57f
2 changed files with 34 additions and 46 deletions

View File

@@ -13,7 +13,6 @@
rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3/dist/echarts.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts-gl@2.0.9/dist/echarts-gl.min.js"></script>
<script>
// Prevent theme flicker
(function () {
@@ -245,7 +244,7 @@
<circle cx="12" cy="12" r="10" />
<path d="M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" />
</svg>
全球服务器分布 (3D Map)
全球服务器分布
</h2>
</div>
<div class="globe-body" id="globeContainer"></div>