|
@@ -8,7 +8,7 @@
|
|
"imageCompressEnable": true, /* 是否压缩图片,默认是true */
|
|
"imageCompressEnable": true, /* 是否压缩图片,默认是true */
|
|
"imageCompressBorder": 1600, /* 图片压缩最长边限制 */
|
|
"imageCompressBorder": 1600, /* 图片压缩最长边限制 */
|
|
"imageInsertAlign": "none", /* 插入的图片浮动方式 */
|
|
"imageInsertAlign": "none", /* 插入的图片浮动方式 */
|
|
- "imageUrlPrefix": "https://www.qasimblog.com", /* 图片访问路径前缀 */
|
|
|
|
|
|
+ "imageUrlPrefix": "https://www.xingyousoft.com", /* 图片访问路径前缀 */
|
|
"imagePathFormat": "/static/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
"imagePathFormat": "/static/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
/* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */
|
|
/* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */
|
|
/* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */
|
|
/* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */
|
|
@@ -28,13 +28,13 @@
|
|
"scrawlFieldName": "upfile", /* 提交的图片表单名称 */
|
|
"scrawlFieldName": "upfile", /* 提交的图片表单名称 */
|
|
"scrawlPathFormat": "/static/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
"scrawlPathFormat": "/static/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
"scrawlMaxSize": 2048000, /* 上传大小限制,单位B */
|
|
"scrawlMaxSize": 2048000, /* 上传大小限制,单位B */
|
|
- "scrawlUrlPrefix": "https://www.qasimblog.com", /* 图片访问路径前缀 */
|
|
|
|
|
|
+ "scrawlUrlPrefix": "https://www.xingyousoft.com", /* 图片访问路径前缀 */
|
|
"scrawlInsertAlign": "none",
|
|
"scrawlInsertAlign": "none",
|
|
|
|
|
|
/* 截图工具上传 */
|
|
/* 截图工具上传 */
|
|
"snapscreenActionName": "uploadimage", /* 执行上传截图的action名称 */
|
|
"snapscreenActionName": "uploadimage", /* 执行上传截图的action名称 */
|
|
"snapscreenPathFormat": "/static/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
"snapscreenPathFormat": "/static/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
- "snapscreenUrlPrefix": "https://www.qasimblog.com", /* 图片访问路径前缀 */
|
|
|
|
|
|
+ "snapscreenUrlPrefix": "https://www.xingyousoft.com", /* 图片访问路径前缀 */
|
|
"snapscreenInsertAlign": "none", /* 插入的图片浮动方式 */
|
|
"snapscreenInsertAlign": "none", /* 插入的图片浮动方式 */
|
|
|
|
|
|
/* 抓取远程图片配置 */
|
|
/* 抓取远程图片配置 */
|
|
@@ -42,7 +42,7 @@
|
|
"catcherActionName": "catchimage", /* 执行抓取远程图片的action名称 */
|
|
"catcherActionName": "catchimage", /* 执行抓取远程图片的action名称 */
|
|
"catcherFieldName": "source", /* 提交的图片列表表单名称 */
|
|
"catcherFieldName": "source", /* 提交的图片列表表单名称 */
|
|
"catcherPathFormat": "/static/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
"catcherPathFormat": "/static/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
- "catcherUrlPrefix": "https://www.qasimblog.com", /* 图片访问路径前缀 */
|
|
|
|
|
|
+ "catcherUrlPrefix": "https://www.xingyousoft.com", /* 图片访问路径前缀 */
|
|
"catcherMaxSize": 2048000, /* 上传大小限制,单位B */
|
|
"catcherMaxSize": 2048000, /* 上传大小限制,单位B */
|
|
"catcherAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 抓取图片格式显示 */
|
|
"catcherAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 抓取图片格式显示 */
|
|
|
|
|
|
@@ -50,7 +50,7 @@
|
|
"videoActionName": "uploadvideo", /* 执行上传视频的action名称 */
|
|
"videoActionName": "uploadvideo", /* 执行上传视频的action名称 */
|
|
"videoFieldName": "upfile", /* 提交的视频表单名称 */
|
|
"videoFieldName": "upfile", /* 提交的视频表单名称 */
|
|
"videoPathFormat": "/static/upload/video/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
"videoPathFormat": "/static/upload/video/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
- "videoUrlPrefix": "https://www.qasimblog.com", /* 视频访问路径前缀 */
|
|
|
|
|
|
+ "videoUrlPrefix": "https://www.xingyousoft.com", /* 视频访问路径前缀 */
|
|
"videoMaxSize": 102400000, /* 上传大小限制,单位B,默认100MB */
|
|
"videoMaxSize": 102400000, /* 上传大小限制,单位B,默认100MB */
|
|
"videoAllowFiles": [
|
|
"videoAllowFiles": [
|
|
".flv", ".swf", ".mkv", ".avi", ".rm", ".rmvb", ".mpeg", ".mpg",
|
|
".flv", ".swf", ".mkv", ".avi", ".rm", ".rmvb", ".mpeg", ".mpg",
|
|
@@ -60,7 +60,7 @@
|
|
"fileActionName": "uploadfile", /* controller里,执行上传视频的action名称 */
|
|
"fileActionName": "uploadfile", /* controller里,执行上传视频的action名称 */
|
|
"fileFieldName": "upfile", /* 提交的文件表单名称 */
|
|
"fileFieldName": "upfile", /* 提交的文件表单名称 */
|
|
"filePathFormat": "/static/upload/file/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
"filePathFormat": "/static/upload/file/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
|
- "fileUrlPrefix": "https://www.qasimblog.com", /* 文件访问路径前缀 */
|
|
|
|
|
|
+ "fileUrlPrefix": "https://www.xingyousoft.com", /* 文件访问路径前缀 */
|
|
"fileMaxSize": 51200000, /* 上传大小限制,单位B,默认50MB */
|
|
"fileMaxSize": 51200000, /* 上传大小限制,单位B,默认50MB */
|
|
"fileAllowFiles": [
|
|
"fileAllowFiles": [
|
|
".png", ".jpg", ".jpeg", ".gif", ".bmp",
|
|
".png", ".jpg", ".jpeg", ".gif", ".bmp",
|
|
@@ -74,14 +74,14 @@
|
|
"imageManagerActionName": "listimage", /* 执行图片管理的action名称 */
|
|
"imageManagerActionName": "listimage", /* 执行图片管理的action名称 */
|
|
"imageManagerListPath": "/static/upload/image/", /* 指定要列出图片的目录 */
|
|
"imageManagerListPath": "/static/upload/image/", /* 指定要列出图片的目录 */
|
|
"imageManagerListSize": 20, /* 每次列出文件数量 */
|
|
"imageManagerListSize": 20, /* 每次列出文件数量 */
|
|
- "imageManagerUrlPrefix": "https://www.qasimblog.com", /* 图片访问路径前缀 */
|
|
|
|
|
|
+ "imageManagerUrlPrefix": "https://www.xingyousoft.com", /* 图片访问路径前缀 */
|
|
"imageManagerInsertAlign": "none", /* 插入的图片浮动方式 */
|
|
"imageManagerInsertAlign": "none", /* 插入的图片浮动方式 */
|
|
"imageManagerAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 列出的文件类型 */
|
|
"imageManagerAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 列出的文件类型 */
|
|
|
|
|
|
/* 列出指定目录下的文件 */
|
|
/* 列出指定目录下的文件 */
|
|
"fileManagerActionName": "listfile", /* 执行文件管理的action名称 */
|
|
"fileManagerActionName": "listfile", /* 执行文件管理的action名称 */
|
|
"fileManagerListPath": "/static/upload/file/", /* 指定要列出文件的目录 */
|
|
"fileManagerListPath": "/static/upload/file/", /* 指定要列出文件的目录 */
|
|
- "fileManagerUrlPrefix": "https://www.qasimblog.com", /* 文件访问路径前缀 */
|
|
|
|
|
|
+ "fileManagerUrlPrefix": "https://www.xingyousoft.com", /* 文件访问路径前缀 */
|
|
"fileManagerListSize": 20, /* 每次列出文件数量 */
|
|
"fileManagerListSize": 20, /* 每次列出文件数量 */
|
|
"fileManagerAllowFiles": [
|
|
"fileManagerAllowFiles": [
|
|
".png", ".jpg", ".jpeg", ".gif", ".bmp",
|
|
".png", ".jpg", ".jpeg", ".gif", ".bmp",
|