From ceceaab1c711470864a0e194385b656bac64d450 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sat, 22 Nov 2025 00:08:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E9=A1=B6=E9=A1=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/globe.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/globe.js b/js/globe.js index 7be1e34..ece7b41 100644 --- a/js/globe.js +++ b/js/globe.js @@ -121,7 +121,8 @@ var glowGeom = new THREE.SphereGeometry(r * 0.03, 16, 16); var glowMat = new THREE.MeshBasicMaterial({ - color: 0xffffff, + // 绿色闪烁点,和蓝色陆地形成冷暖对比 + color: "#22C55E", transparent: true, opacity: 0.7 });