fix: hotspot, demo, i18n and type updates

This commit is contained in:
2026-06-10 16:10:23 +08:00
parent d2dae38f05
commit 0a1147c2fe
5 changed files with 28 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ export interface Choice {
export interface Hotspot {
id: string
label: string
labelKey?: string
targetScene: string
x: number
y: number