恢复空间标签层级与模型锚点
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
cxk
2026-07-20 08:56:03 +08:00
parent 298e7d7606
commit 3cc0336806
6 changed files with 223 additions and 80 deletions

View File

@@ -2,6 +2,7 @@ import type {
MuseumPoiEntrance,
MuseumPoiKind
} from '@/domain/museum'
import type { PoiDisplayPolicy } from '@/domain/poiDisplay'
export interface GuideRenderPoi {
id: string
@@ -19,6 +20,7 @@ export interface GuideRenderPoi {
sourcePlaceId?: string
sourceSpaceId?: string
entrances?: MuseumPoiEntrance[]
displayPolicy?: PoiDisplayPolicy
}
export interface GuideModelFloorAsset {