修复楼层点位展示与楼层匹配

This commit is contained in:
lyf
2026-06-28 00:38:42 +08:00
parent f043c85af0
commit 1ad77fcf48
4 changed files with 135 additions and 20 deletions

View File

@@ -15,6 +15,7 @@ export interface GuideModelFloorAsset {
order: number
modelUrl: string
sharedModelAsset?: boolean
modelMatchKeys?: string[]
}
export interface GuideModelRenderPackage {