aa
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"imageCompressEnable": true, /* 是否压缩图片,默认是true */
|
||||
"imageCompressBorder": 1600, /* 图片压缩最长边限制 */
|
||||
"imageInsertAlign": "none", /* 插入的图片浮动方式 */
|
||||
"imageUrlPrefix": "", /* 图片访问路径前缀 */
|
||||
"imageUrlPrefix": "http://127.0.0.1:8080", /* 图片访问路径前缀 */
|
||||
"imagePathFormat": "/static/upload/{yyyy}{mm}{dd}/{time}{rand:6}", /* /ueditor/jsp/upload/image上传保存路径,可以自定义保存路径和文件名格式 */
|
||||
/* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */
|
||||
/* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */
|
||||
|
||||
Reference in New Issue
Block a user