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",
"imagePath": "/ueditor/php/",
"imageFieldName": "upfile",
"imageMaxSize": 2048,
"imageAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"]
"imageActionName": "uploadimage", /* action */
"imageFieldName": "upfile", /* upfile */
"imageMaxSize": 2048000, /* B */
"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, */
}