This commit is contained in:
suyl
2021-06-30 09:13:32 +08:00
parent e60f57b9db
commit ebabe353c8

View File

@@ -1,9 +1,13 @@
/* ,使 */ /* ,使 */
{ {
/* */ /* */
"imageUrl": "http://callback.beta.jxc4.com/knowUpload/snsUploadImg?action=uploadimage", "imageActionName": "uploadimage", /* action */
"imagePath": "/ueditor/php/", "imageFieldName": "upfile", /* upfile */
"imageFieldName": "upfile", "imageMaxSize": 2048000, /* B */
"imageMaxSize": 2048, "imageAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* */
"imageAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"] "imageCompressEnable": true, /* ,true */
"imageCompressBorder": 1600, /* */
"imageInsertAlign": "none", /* */
"imageUrlPrefix": "", /* 访 */
"imagePathFormat": "/static/upload/{yyyy}{mm}{dd}/{time}{rand:6}" /* /ueditor/jsp/upload/image, */
} }