export interface IImageProps { src: string; className?: string; style?: any; fit?: boolean; /* 出码是否保存到本地 */ remote?: boolean; }