CDNs may serve WebP for URLs with .png extension. Detect real format from magic bytes and correct content-type/extension before upload. Also treat .webp as PNG-preferred for transparency handling.
将WeChat正文图片的格式转换和压缩逻辑提取到独立的wechat-image-processor模块, 使用jimp和@jsquash/webp在本地将WebP/BMP/GIF等不支持的格式转换为JPEG/PNG并 压缩到1MB以内,避免依赖material接口的回退策略。同时简化了news类型封面兜底逻辑。