no message

This commit is contained in:
kuaifan 2025-02-28 21:24:09 +08:00
parent f1a9077b7e
commit a6bd4a2ffe
3 changed files with 3 additions and 3 deletions

View File

@ -348,7 +348,7 @@ import {convertLocalResourcePath} from "../components/Replace/utils";
src: item.src, src: item.src,
width: item.width, width: item.width,
height: item.height, height: item.height,
crops: {ratio: 3, percentage: '320x0'}, crops: {ratio: 5, percentage: '320x0'},
scaleSize: item.original.indexOf("emoticon") > -1 ? 150 : 220, scaleSize: item.original.indexOf("emoticon") > -1 ? 150 : 220,
}) })
const value = item.original const value = item.original

View File

@ -27,7 +27,7 @@ export default {
src: info.url, src: info.url,
width: info.width, width: info.width,
height: info.height, height: info.height,
crops: {ratio: 3, percentage: '320x0'}, crops: {ratio: 5, percentage: '320x0'},
scaleSize: 220, scaleSize: 220,
}) })
return `<img src="${data.src}" width="${data.width}" height="${data.height}" />` return `<img src="${data.src}" width="${data.width}" height="${data.height}" />`

View File

@ -36,7 +36,7 @@ export default {
src: info.url, src: info.url,
width: info.width, width: info.width,
height: info.height, height: info.height,
crops: {ratio: 3, percentage: '320x0'}, crops: {ratio: 5, percentage: '320x0'},
scaleSize: 220, scaleSize: 220,
}) })
return `<img src="${data.src}" width="${data.width}" height="${data.height}" />` return `<img src="${data.src}" width="${data.width}" height="${data.height}" />`