huweili-cesium 1.2.72 → 1.2.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js/labelDiv.js +2 -2
- package/package.json +1 -1
package/js/labelDiv.js
CHANGED
|
@@ -191,7 +191,7 @@ export function labelDiv() {
|
|
|
191
191
|
detailDiv.innerHTML = `
|
|
192
192
|
<div class="drone-detail-header">
|
|
193
193
|
<span class="drone-badge"></span>
|
|
194
|
-
<span class="drone-detail-title"
|
|
194
|
+
<span class="drone-detail-title">${labelItem.uavName}</span>
|
|
195
195
|
<button class="drone-detail-close"></button>
|
|
196
196
|
</div>
|
|
197
197
|
<div class="drone-detail-body" id="drone-info-${labelItem.id}">
|
|
@@ -210,7 +210,7 @@ export function labelDiv() {
|
|
|
210
210
|
<div><span class="pilot-title">高度:</span><span class="alt">-</span>km</div>
|
|
211
211
|
<div><span class="pilot-title">速度:</span><span class="speed">-</span>km/h</div>
|
|
212
212
|
<div><span class="pilot-title">距离:</span><span class="distance">200m</span></div>
|
|
213
|
-
${!isUnknown ? '<div><span class="pilot-title">频段:</span><span class="band">2.4GHz</span></div>' : ''}
|
|
213
|
+
${!isUnknown ? '<div><span class="pilot-title">频段:</span><span class="band">2.4GHz、5.8GHz</span></div>' : ''}
|
|
214
214
|
</div>
|
|
215
215
|
${!isUnknown ? `
|
|
216
216
|
<div class="drone-detail-divider"></div>
|