From 67540c18087a78da2a228a27e04cd0c7b06d54a6 Mon Sep 17 00:00:00 2001
From: zh <972939975@qq.com>
Date: Tue, 12 Aug 2025 11:50:47 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B4=B4=E5=9C=B0=E5=9B=BE=E7=89=87=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E9=94=9A=E7=82=B9=E8=AE=BE=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/Global/SplitScreen/index.js | 2 +-
src/Obj/Base/GroundImage/_element.js | 2 +-
src/Obj/Base/GroundImage/index.js | 184 +++++++++++++++++----------
3 files changed, 122 insertions(+), 66 deletions(-)
diff --git a/src/Global/SplitScreen/index.js b/src/Global/SplitScreen/index.js
index 8df76aa..845b6ee 100644
--- a/src/Global/SplitScreen/index.js
+++ b/src/Global/SplitScreen/index.js
@@ -517,7 +517,7 @@ async function setSplitDirection(v, id, isoff = false, entityId) {
thatD.textShow = thatP.textShow
}
if (thatP.label && thatP.labelShow) {
- thatP.label.entity.show = true
+ thatP.labelShow = true
}
if (thatD.label) {
thatD.label.options.ground = false
diff --git a/src/Obj/Base/GroundImage/_element.js b/src/Obj/Base/GroundImage/_element.js
index 7ca2e92..95acf9f 100644
--- a/src/Obj/Base/GroundImage/_element.js
+++ b/src/Obj/Base/GroundImage/_element.js
@@ -8,7 +8,7 @@ function html() {
-
+
diff --git a/src/Obj/Base/GroundImage/index.js b/src/Obj/Base/GroundImage/index.js
index 6cff1c7..df7f882 100644
--- a/src/Obj/Base/GroundImage/index.js
+++ b/src/Obj/Base/GroundImage/index.js
@@ -24,7 +24,7 @@ class GroundImage extends Base {
* @param options.flipe.x=false {boolean} 绕X轴翻转
* @param options.flipe.y=false {boolean} 绕Y轴翻转
* @param options.url {string} 图片地址
- * @param {Array.