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
297 B

3 weeks ago
var e=`图片尺寸推荐 1200×600图片大小不超过 1MB`;function t(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,e as t};