// 全局方法 declare global { interface Window { gotoScene: () => void setActiveHotId: (id: string) => void sceneBack: () => void } } export {}