图片最高限制改为5000

feat/task1-c-wallet
gongfuxiang 2022-05-08 23:18:40 +08:00
parent 075616c8df
commit be613ea6a2
1 changed files with 1 additions and 1 deletions

View File

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