huweili-cesium 1.2.85 → 1.2.86
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 +1 -1
- package/package.json +1 -1
package/js/labelDiv.js
CHANGED
|
@@ -260,7 +260,7 @@ export function labelDiv() {
|
|
|
260
260
|
<div><span class="pilot-title">高度:</span><span class="alt">${initialDisplay.alt}</span>m</div>
|
|
261
261
|
<div><span class="pilot-title">速度:</span><span class="speed">${initialDisplay.speed}</span>m/s</div>
|
|
262
262
|
<div><span class="pilot-title">距离:</span><span class="distance">${initialDisplay.distance}</span>m</div>
|
|
263
|
-
${!isUnknown ? `<div><span class="pilot-title">频段:</span><span class="band"
|
|
263
|
+
${!isUnknown ? `<div><span class="pilot-title">频段:</span><span class="band">2.4GHz、5.8GHz</span></div>` : ''}
|
|
264
264
|
</div>
|
|
265
265
|
${!isUnknown ? `
|
|
266
266
|
<div class="drone-detail-divider"></div>
|