From f7137cb6e514a420d8ad70f23fd1fb281bb3e2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 14 Mar 2025 15:28:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=EF=BC=8C=E6=B7=BB=E5=8A=A0=20REV=5FAT=5FEPOC?= =?UTF-8?q?H=20=E7=9A=84=E6=A0=A1=E9=AA=8C=E5=92=8C=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Satellite/Cesium/cesium-helper/_TOOLTIP_MAP.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Satellite/Cesium/cesium-helper/_TOOLTIP_MAP.ts b/src/pages/Satellite/Cesium/cesium-helper/_TOOLTIP_MAP.ts index 0f0c6db..8dc2058 100644 --- a/src/pages/Satellite/Cesium/cesium-helper/_TOOLTIP_MAP.ts +++ b/src/pages/Satellite/Cesium/cesium-helper/_TOOLTIP_MAP.ts @@ -17,5 +17,5 @@ export const TOOLTIP_MAP = { ARG_OF_PERICENTER_近地点幅角: "8位数字,如'181.9338',表示近地点相对升交点的角度(度),范围0°-360°", MEAN_ANOMALY_平近点角: "8位数字,如'171.6150',表示历元时的平近点角(度),范围0°-360°", MEAN_MOTION_平均运动: "11位数字,如'2.21786616',表示卫星每天绕地球的圈数(圈/天)", - REV_AT_EPOCH_历元时的圈数: "5位数字,如'13',表示卫星在历元时完成的轨道圈数", + REV_AT_EPOCH_历元时的圈数: "5位数字,如'13',表示卫星在历元时完成的轨道圈数,最后以为是校验和,共6位", };