From 97760696a1c4fa443a8562eee99a5a8d6b8e5461 Mon Sep 17 00:00:00 2001 From: xudan Date: Fri, 12 Dec 2025 16:22:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(map):=20=E7=A7=BB=E9=99=A4MapPointInfo?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=B8=AD=E5=B7=B2=E5=BA=9F=E5=BC=83=E7=9A=84?= =?UTF-8?q?currentFloor=E5=AD=97=E6=AE=B5=E4=BB=A5=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E4=B8=8E=E5=90=8E=E7=AB=AFelevatorFloor=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/map/type.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apis/map/type.ts b/src/apis/map/type.ts index 25403dd..50fb17e 100644 --- a/src/apis/map/type.ts +++ b/src/apis/map/type.ts @@ -40,7 +40,6 @@ export interface MapPointInfo { elevatorDirection?: number; // 电梯方向(0-未知,1-停止,2-向上,3-向下) elevatorFrontDoorStatus?: number; // 电梯前门状态(0-未知,1-关,2-正在开关,3-开) elevatorFloor?: number; // 电梯楼层(0-未知) - currentFloor?: number; // 当前楼层(兼容旧字段) lastUpdate?: number; // 最后更新时间戳 } //#endregion