From eaa6646a7447e8a4d8adb49032e30d532b2a59d3 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 2 Aug 2023 10:40:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BC=A9=E7=95=A5=E5=9B=BE?= =?UTF-8?q?=E7=94=9F=E6=88=90=E8=AE=BE=E7=BD=AE=EF=BC=8C=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=8F=AF=E4=BD=BF=E7=94=A8=20imageThumbName?= =?UTF-8?q?=20=E4=BD=BF=E7=94=A8=E7=BC=A9=E7=95=A5=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 4 ++++ web-api/src/main/resources/config/application.yml | 4 ++++ web/src/main/resources/config/application.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index aa704fdb..9fdeae95 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -707,6 +707,10 @@ file: # 上传图片自动压缩宽高,指定为 -1 不进行压缩(全局设置) v4.1.7 imageMaxWidth: 1024 imageMaxHeight: 768 + + # 缩略图设定,生成的尺寸(宽x高,宽x高)、格式(jpg,png) v5.4.2 + #imageThumbConfig: 150x150,300x300 + #imageThumbFormat: jpg # 是否启用秒传 checkmd5: true diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 8dc2f0ee..96166c68 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -848,6 +848,10 @@ file: # # 上传图片自动压缩宽高,指定为 -1 不进行压缩(全局设置) v4.1.7 # imageMaxWidth: 1024 # imageMaxHeight: 768 +# +# # 缩略图设定,生成的尺寸(宽x高,宽x高)、格式(jpg,png) v5.4.2 +# #imageThumbConfig: 150x150,300x300 +# #imageThumbFormat: jpg # # # 是否启用秒传 # checkmd5: true diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index 6273404b..95d33a10 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -849,6 +849,10 @@ file: # imageMaxWidth: 1024 # imageMaxHeight: 768 # +# # 缩略图设定,生成的尺寸(宽x高,宽x高)、格式(jpg,png) v5.4.2 +# #imageThumbConfig: 150x150,300x300 +# #imageThumbFormat: jpg +# # # 是否启用秒传 # checkmd5: true #