You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
352 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

var e=`图片尺寸推荐 1200×600图片大小不超过 1MB`,t=`详情内插入的图片单张不超过 1MB`;function n(e){if(!e.type.startsWith(`image/`)||e.size<=1048576)return null;let t=e.size/(1024*1024);return`单张图片不能超过 1MB当前约 ${t>=1?`${t.toFixed(2)}MB`:`${Math.ceil(e.size/1024)}KB`}`}export{t as n,n as r,e as t};