提供文件上传及静态服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

235 lines
5.4 KiB

4 months ago
/* ,使 */
{
/* */
"imageActionName": "uploadimage",
/* action */
"imageFieldName": "upfile",
/* */
"imageMaxSize": 2048000,
/* B */
"imageAllowFiles": [
".png",
".jpg",
".jpeg",
".gif",
".bmp"
],
/* */
"imageCompressEnable": true,
/* ,true */
"imageCompressBorder": 1600,
/* */
"imageInsertAlign": "none",
/* */
"imageUrlPrefix": "",
/* 访 */
"imagePathFormat": "/ue-img/{yy}{mm}{dd}/{filename}",
/* */
"scrawlActionName": "uploadscrawl",
/* action */
"scrawlFieldName": "upfile",
/* */
/* "scrawlPathFormat": "/ueditor/php/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",*/
/* , */
"scrawlPathFormat": "/ue-img/{yy}{mm}{dd}/{filename}",
/* , */
"scrawlMaxSize": 2048000,
/* B */
"scrawlUrlPrefix": "",
/* 访 */
"scrawlInsertAlign": "none",
/* */
"snapscreenActionName": "uploadimage",
/* action */
"snapscreenPathFormat": "/ue-img/{yy}{mm}{dd}/{filename}",
/* , */
"snapscreenUrlPrefix": "",
/* 访 */
"snapscreenInsertAlign": "none",
/* */
/* */
"catcherLocalDomain": [
"127.0.0.1",
"localhost",
"img.baidu.com"
],
"catcherActionName": "catchimage",
/* action */
"catcherFieldName": "source",
/* */
"catcherPathFormat": "/ue-img/{yy}{mm}{dd}/{filename}",
/* , */
"catcherUrlPrefix": "",
/* 访 */
"catcherMaxSize": 2048000,
/* B */
"catcherAllowFiles": [
".png",
".jpg",
".jpeg",
".gif",
".bmp"
],
/* */
/* */
"videoActionName": "uploadvideo",
/* action */
"videoFieldName": "upfile",
/* */
"videoPathFormat": "/ue-video/{yy}{mm}{dd}/{filename}",
/* , */
"videoUrlPrefix": "",
/* 访 */
"videoMaxSize": 102400000,
/* B100MB */
"videoAllowFiles": [
".flv",
".swf",
".mkv",
".avi",
".rm",
".rmvb",
".mpeg",
".mpg",
".ogg",
".ogv",
".mov",
".wmv",
".mp4",
".webm",
".mp3",
".wav",
".mid"
],
/* */
/* */
"fileActionName": "uploadfile",
/* controller,action */
"fileFieldName": "upfile",
/* */
"filePathFormat": "/ue-file/{yy}{mm}{dd}/{filename}",
/* , */
"fileUrlPrefix": "",
/* 访 */
"fileMaxSize": 51200000,
/* B50MB */
"fileAllowFiles": [
".png",
".jpg",
".jpeg",
".gif",
".bmp",
".flv",
".swf",
".mkv",
".avi",
".rm",
".rmvb",
".mpeg",
".mpg",
".ogg",
".ogv",
".mov",
".wmv",
".mp4",
".webm",
".mp3",
".wav",
".mid",
".rar",
".zip",
".tar",
".gz",
".7z",
".bz2",
".cab",
".iso",
".doc",
".docx",
".xls",
".xlsx",
".ppt",
".pptx",
".pdf",
".txt",
".md",
".xml"
],
/* */
/* */
"imageManagerActionName": "listimage",
/* action */
"imageManagerListPath": "/static/upload/images/",
/* */
"imageManagerListSize": 20,
/* */
"imageManagerUrlPrefix": "",
/* 访 */
"imageManagerInsertAlign": "none",
/* */
"imageManagerAllowFiles": [
".png",
".jpg",
".jpeg",
".gif",
".bmp"
],
/* */
/* */
"fileManagerActionName": "listfile",
/* action */
"fileManagerListPath": "/static/upload/files/",
/* */
"fileManagerUrlPrefix": "",
/* 访 */
"fileManagerListSize": 20,
/* */
"fileManagerAllowFiles": [
".png",
".jpg",
".jpeg",
".gif",
".bmp",
".flv",
".swf",
".mkv",
".avi",
".rm",
".rmvb",
".mpeg",
".mpg",
".ogg",
".ogv",
".mov",
".wmv",
".mp4",
".webm",
".mp3",
".wav",
".mid",
".rar",
".zip",
".tar",
".gz",
".7z",
".bz2",
".cab",
".iso",
".doc",
".docx",
".xls",
".xlsx",
".ppt",
".pptx",
".pdf",
".txt",
".md",
".xml"
]
/* */
}