完善三维切换浏览器验证
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-13 19:34:26 +08:00
parent 9f642ca6ed
commit e48a8bb626
3 changed files with 45 additions and 14 deletions

View File

@@ -3607,7 +3607,11 @@ const installVisualStabilityDiagnostics = () => {
}
diagnosticsWindow.__GUIDE_3D_VISUAL_STABILITY__ = {
getReport: getVisualStabilityReport,
getFloorIds: () => floorIndex.value.map((floor) => floor.floorId),
getFloors: () => floorIndex.value.map((floor) => ({
floorId: floor.floorId,
label: floor.label,
modelMatchKeys: floor.modelMatchKeys || []
})),
switchFloor: handleFloorChange,
showOverview,
resetCamera