refactor: 重命名管理器类并更新相关类型导入,优化代码结构

This commit is contained in:
严浩
2025-04-03 13:17:34 +08:00
parent 29678d8f61
commit 64e82fbb7f
9 changed files with 16 additions and 24 deletions

View File

@ -4,7 +4,7 @@ meta:
</route>
<script setup lang="ts">
import type { GroundStationState, SatelliteState } from '@/components/h-cesium-viewer/useHCesiumViewerCls.types';
import type { GroundStationState, SatelliteState } from '@/components/h-cesium-viewer/useHCesiumManager.types';
// 地面站和选中状态
const groundStationState = reactive<GroundStationState>({