/** * 位置信息 */ export interface Position { x: number; y: number; width: number; height: number; }