地图尺寸改小,同步位置放大1000倍取整

This commit is contained in:
janing
2025-12-18 13:43:16 +08:00
parent e677b1e11b
commit 637978357f
11 changed files with 77 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ export interface BaseMessage {
}
/**
* 位置坐标
* 位置坐标客户端使用放大1000倍后的整数坐标
*/
export interface Position {
x: number;