export interface CompressImageResult { /** * 压缩后图片的本地临时路径 */ tempFilePath: string; }