// 全局方法 declare global { interface Window { setIsHotPano: (isHotPano: boolean) => void } } export {}