From 3d3609bc26c0e3ce1d3a8bdfbb7767dc7d15ccb1 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 05 Feb 2026 10:21:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
applications/drone-command/src/utils/cesium/shapeTools/edit/EditPolygonTool.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/drone-command/src/utils/cesium/shapeTools/edit/EditPolygonTool.js b/applications/drone-command/src/utils/cesium/shapeTools/edit/EditPolygonTool.js
index e13c109..e0a09df 100644
--- a/applications/drone-command/src/utils/cesium/shapeTools/edit/EditPolygonTool.js
+++ b/applications/drone-command/src/utils/cesium/shapeTools/edit/EditPolygonTool.js
@@ -75,9 +75,9 @@
handleMouseMove(movement) {
if (!this.tooltip?.isVisible) {
- this.tooltip.show('????????????', movement.endPosition)
+ this.tooltip.show('拖动顶点编辑', movement.endPosition)
} else {
- this.tooltip.show('????????????')
+ this.tooltip.show('拖动顶点编辑')
this.tooltip.move(movement.endPosition)
}
if (!this.isDragging || this.draggedIndex < 0) return
--
Gitblit v1.9.3