export interface WindowSize { /** * 变化后的窗口宽度 (px) */ windowWidth: number; /** * 变化后的窗口高度 (px) */ windowHeight: number; }