From 6d989ac3e9902f7dfbc1d8472270929a04ddb517 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期二, 10 六月 2025 11:26:49 +0800
Subject: [PATCH] 1

---
 src/utils/tools.js |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/src/utils/tools.js b/src/utils/tools.js
index 29e86dc..cc49b1f 100644
--- a/src/utils/tools.js
+++ b/src/utils/tools.js
@@ -684,15 +684,18 @@
         type: 2,
         title: "闃村奖鍒嗘瀽",
         shade: false,
-        area: ["350px", "500px"],
-        offset: "l",
-        skin: "yyfxForm",
-        content: SmartEarthRootUrl + "Workers/analysis/AnalysisSunshine.html",
+        area: ["350px", "540px"],
+        offset: "r",
+        skin: "other-class",
+        content: SmartEarthRootUrl + "Workers/analysis/AnalysisShadow.html",
         end: () => {
-          window._AnalysisSunshine && window._AnalysisSunshine.remove();
-          window._AnalysisSunshine = undefined;
-          layerIsOpen = false;
-        },
+          Viewer.clock.currentTime = currentTime;
+          Viewer.clock.startTime = startTime;
+          Viewer.clock.stopTime = stopTime;
+          Viewer.clock.multiplier = multiplier;
+          Viewer.shadows = false;
+          Viewer.shadowLayer = false;
+        }
       });
     }
   },

--
Gitblit v1.9.3