Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
fashion_group
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
章建武
fashion_group
Commits
a18d0a33
Commit
a18d0a33
authored
Jun 02, 2020
by
章建武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddep
parent
db19b910
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
config.json
.../public/static/admin/plugins/baiduueditor/php/config.json
+8
-8
No files found.
admin/public/static/admin/plugins/baiduueditor/php/config.json
View file @
a18d0a33
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
"imageCompressEnable"
:
true
,
/*
是否压缩图片
,
默认是
true
*/
"imageCompressEnable"
:
true
,
/*
是否压缩图片
,
默认是
true
*/
"imageCompressBorder"
:
1600
,
/*
图片压缩最长边限制
*/
"imageCompressBorder"
:
1600
,
/*
图片压缩最长边限制
*/
"imageInsertAlign"
:
"none"
,
/*
插入的图片浮动方式
*/
"imageInsertAlign"
:
"none"
,
/*
插入的图片浮动方式
*/
"imageUrlPrefix"
:
"http://
www.fashion_group_admin.net
"
,
/*
图片访问路径前缀
*/
"imageUrlPrefix"
:
"http://
admin-test.guoguodz.com
"
,
/*
图片访问路径前缀
*/
"imagePathFormat"
:
"/Uploads/notice/images/{yyyy}{mm}{dd}/{time}{rand:6}"
,
/*
上传保存路径
,
可以自定义保存路径和文件名格式
*/
"imagePathFormat"
:
"/Uploads/notice/images/{yyyy}{mm}{dd}/{time}{rand:6}"
,
/*
上传保存路径
,
可以自定义保存路径和文件名格式
*/
/*
{
filename
}
会替换成原文件名
,
配置这项需要注意中文乱码问题
*/
/*
{
filename
}
会替换成原文件名
,
配置这项需要注意中文乱码问题
*/
/*
{
rand
:
6
}
会替换成随机数
,
后面的数字是随机数的位数
*/
/*
{
rand
:
6
}
会替换成随机数
,
后面的数字是随机数的位数
*/
...
@@ -28,13 +28,13 @@
...
@@ -28,13 +28,13 @@
"
scrawlFieldName
": "
upfile
", /* 提交的图片表单名称 */
"
scrawlFieldName
": "
upfile
", /* 提交的图片表单名称 */
"
scrawlPathFormat
": "
/Uploads/notice/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
scrawlPathFormat
": "
/Uploads/notice/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
scrawlMaxSize
": 2048000, /* 上传大小限制,单位B */
"
scrawlMaxSize
": 2048000, /* 上传大小限制,单位B */
"
scrawlUrlPrefix
": "
http
:
//
www.fashion_group_admin.net
", /* 图片访问路径前缀 */
"
scrawlUrlPrefix
": "
http
:
//
admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
scrawlInsertAlign
": "
none
",
"
scrawlInsertAlign
": "
none
",
/* 截图工具上传 */
/* 截图工具上传 */
"
snapscreenActionName
": "
uploadimage
", /* 执行上传截图的action名称 */
"
snapscreenActionName
": "
uploadimage
", /* 执行上传截图的action名称 */
"
snapscreenPathFormat
": "
/Uploads/notice/images/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
snapscreenPathFormat
": "
/Uploads/notice/images/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
snapscreenUrlPrefix
": "
http
:
//
www.fashion_group_admin.net
", /* 图片访问路径前缀 */
"
snapscreenUrlPrefix
": "
http
:
//
admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
snapscreenInsertAlign
": "
none
", /* 插入的图片浮动方式 */
"
snapscreenInsertAlign
": "
none
", /* 插入的图片浮动方式 */
/* 抓取远程图片配置 */
/* 抓取远程图片配置 */
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
"
catcherActionName
": "
catchimage
", /* 执行抓取远程图片的action名称 */
"
catcherActionName
": "
catchimage
", /* 执行抓取远程图片的action名称 */
"
catcherFieldName
": "
source
", /* 提交的图片列表表单名称 */
"
catcherFieldName
": "
source
", /* 提交的图片列表表单名称 */
"
catcherPathFormat
": "
/Uploads/notice/images/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
catcherPathFormat
": "
/Uploads/notice/images/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
catcherUrlPrefix
": "
http
:
//
www.fashion_group_admin.net
", /* 图片访问路径前缀 */
"
catcherUrlPrefix
": "
http
:
//
admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
catcherMaxSize
": 2048000, /* 上传大小限制,单位B */
"
catcherMaxSize
": 2048000, /* 上传大小限制,单位B */
"
catcherAllowFiles
": ["
.png
", "
.jpg
", "
.jpeg
", "
.gif
", "
.bmp
"], /* 抓取图片格式显示 */
"
catcherAllowFiles
": ["
.png
", "
.jpg
", "
.jpeg
", "
.gif
", "
.bmp
"], /* 抓取图片格式显示 */
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
"
videoActionName
": "
uploadvideo
", /* 执行上传视频的action名称 */
"
videoActionName
": "
uploadvideo
", /* 执行上传视频的action名称 */
"
videoFieldName
": "
upfile
", /* 提交的视频表单名称 */
"
videoFieldName
": "
upfile
", /* 提交的视频表单名称 */
"
videoPathFormat
": "
/Uploads/notice/video/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
videoPathFormat
": "
/Uploads/notice/video/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
videoUrlPrefix
": "
http
:
//
www.fashion_group_admin.net
", /* 视频访问路径前缀 */
"
videoUrlPrefix
": "
http
:
//
admin-test.guoguodz.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 @@
...
@@ -60,7 +60,7 @@
"
fileActionName
": "
uploadfile
", /* controller里,执行上传视频的action名称 */
"
fileActionName
": "
uploadfile
", /* controller里,执行上传视频的action名称 */
"
fileFieldName
": "
upfile
", /* 提交的文件表单名称 */
"
fileFieldName
": "
upfile
", /* 提交的文件表单名称 */
"
filePathFormat
": "
/Uploads/notice/file/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
filePathFormat
": "
/Uploads/notice/file/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
fileUrlPrefix
": "
http
:
//
www.fashion_group_admin.net
", /* 文件访问路径前缀 */
"
fileUrlPrefix
": "
http
:
//
admin-test.guoguodz.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 @@
...
@@ -74,14 +74,14 @@
"
imageManagerActionName
": "
listimage
", /* 执行图片管理的action名称 */
"
imageManagerActionName
": "
listimage
", /* 执行图片管理的action名称 */
"
imageManagerListPath
": "
/Uploads/notice/images/
", /* 指定要列出图片的目录 */
"
imageManagerListPath
": "
/Uploads/notice/images/
", /* 指定要列出图片的目录 */
"
imageManagerListSize
": 20, /* 每次列出文件数量 */
"
imageManagerListSize
": 20, /* 每次列出文件数量 */
"
imageManagerUrlPrefix
": "
http
:
//
www.fashion_group_admin.net
", /* 图片访问路径前缀 */
"
imageManagerUrlPrefix
": "
http
:
//
admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
imageManagerInsertAlign
": "
none
", /* 插入的图片浮动方式 */
"
imageManagerInsertAlign
": "
none
", /* 插入的图片浮动方式 */
"
imageManagerAllowFiles
": ["
.png
", "
.jpg
", "
.jpeg
", "
.gif
", "
.bmp
"], /* 列出的文件类型 */
"
imageManagerAllowFiles
": ["
.png
", "
.jpg
", "
.jpeg
", "
.gif
", "
.bmp
"], /* 列出的文件类型 */
/* 列出指定目录下的文件 */
/* 列出指定目录下的文件 */
"
fileManagerActionName
": "
listfile
", /* 执行文件管理的action名称 */
"
fileManagerActionName
": "
listfile
", /* 执行文件管理的action名称 */
"
fileManagerListPath
": "
/Uploads/notice/file/
", /* 指定要列出文件的目录 */
"
fileManagerListPath
": "
/Uploads/notice/file/
", /* 指定要列出文件的目录 */
"
fileManagerUrlPrefix
": "
http
:
//
www.fashion_group_admin.net
", /* 文件访问路径前缀 */
"
fileManagerUrlPrefix
": "
http
:
//
admin-test.guoguodz.com
", /* 文件访问路径前缀 */
"
fileManagerListSize
": 20, /* 每次列出文件数量 */
"
fileManagerListSize
": 20, /* 每次列出文件数量 */
"
fileManagerAllowFiles
": [
"
fileManagerAllowFiles
": [
"
.png
", "
.jpg
", "
.jpeg
", "
.gif
", "
.bmp
",
"
.png
", "
.jpg
", "
.jpeg
", "
.gif
", "
.bmp
",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment