mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-09 06:50:45 +08:00
图片最高限制改为5000
This commit is contained in:
@ -36,7 +36,7 @@ return [
|
||||
'imageCompressEnable' => true,
|
||||
|
||||
// 图片压缩最长边限制
|
||||
'imageCompressBorder' => 1600,
|
||||
'imageCompressBorder' => 5000,
|
||||
|
||||
// 插入的图片浮动方式
|
||||
'imageInsertAlign' => 'none',
|
||||
|
||||
Reference in New Issue
Block a user