图片最高限制改为5000

This commit is contained in:
gongfuxiang 2022-05-08 23:18:40 +08:00
parent 075616c8df
commit be613ea6a2

View File

@ -36,7 +36,7 @@ return [
'imageCompressEnable' => true,
// 图片压缩最长边限制
'imageCompressBorder' => 1600,
'imageCompressBorder' => 5000,
// 插入的图片浮动方式
'imageInsertAlign' => 'none',