From d5987ad9ad4a111824e32878b3c32a81209ee884 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 05 Feb 2026 09:20:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/drone-command/src/components/map-container/device-map-container.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/drone-command/src/components/map-container/device-map-container.vue b/applications/drone-command/src/components/map-container/device-map-container.vue
index a07e712..0e37663 100644
--- a/applications/drone-command/src/components/map-container/device-map-container.vue
+++ b/applications/drone-command/src/components/map-container/device-map-container.vue
@@ -226,7 +226,7 @@
 		position: new Cesium.CallbackProperty(() => getBillboardPosition(billboard), false),
 		point: {
 			pixelSize: new Cesium.CallbackProperty(() => getPulseRadius(pulse), false),
-			color: pulseBaseColor.withAlpha(0.2),
+			color: pulseBaseColor.withAlpha(0.4),
 		},
 	})
 	favoritePulseEntities.push(pulse)

--
Gitblit v1.9.3