https://developers.weixin.qq.com/miniprogram/dev/component/image.html
skyline模式,不支持本地的webp格式的图片。 无论是IDE还是真机调试。webview模式就可以。
skyline支持png的图片。但不支持 webp格式的图片
Failed to load resource: the server responded with a status of 500 (Internal Server Error)(env: macOS,mp,1.06.2405020; lib: 3.4.9)
请提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
<image style="width: 100%; height: 100%;"
src="../../images/c.webp" mode="aspectFill">
</image>
就这一行就行了
同样的问题,现在还存在。 2025-3-5 。
webview模式可以在手机上显示本地的webp格式图片吗?我只是在IDE上才显示,真机上不显示