// 全局方法 declare global { interface Window { WjwjScene: boolean unityLoading: (progress: number) => void showTag: () => void hideTag: () => void changePanel: (index: number) => void hideGesture: () => void } } export {}