const { url } = data || {};
let windowProxy = window.open('');
windowProxy.document.write(`<!DOCTYPE html><html><body ><img src='${(url || editUrl || '').replace('https', 'http')}'/></body></html>`)
<WebpImg
onClick={() => {
/* eslint-disable-next-line no-undef */
const myViewer = new Viewer(document.getElementById(`${url}`), {
transition: false
});
}}
id={`${url}`}
alt={`图片材料`}
className="picture-info-img"
src={url}
/>
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。