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
f725297a
Commit
f725297a
authored
Jun 03, 2020
by
章建武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dep
parent
b1810d95
Changes
1
Hide 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 @
f725297a
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
"imageCompressBorder"
:
1600
,
/*
图片压缩最长边限制
*/
"imageCompressBorder"
:
1600
,
/*
图片压缩最长边限制
*/
"imageInsertAlign"
:
"none"
,
/*
插入的图片浮动方式
*/
"imageInsertAlign"
:
"none"
,
/*
插入的图片浮动方式
*/
"imageUrlPrefix"
:
"http://admin-test.guoguodz.com"
,
/*
图片访问路径前缀
*/
"imageUrlPrefix"
:
"http://admin-test.guoguodz.com"
,
/*
图片访问路径前缀
*/
"imagePathFormat"
:
"/
U
ploads/notice/images/{yyyy}{mm}{dd}/{time}{rand:6}"
,
/*
上传保存路径
,
可以自定义保存路径和文件名格式
*/
"imagePathFormat"
:
"/
u
ploads/notice/images/{yyyy}{mm}{dd}/{time}{rand:6}"
,
/*
上传保存路径
,
可以自定义保存路径和文件名格式
*/
/*
{
filename
}
会替换成原文件名
,
配置这项需要注意中文乱码问题
*/
/*
{
filename
}
会替换成原文件名
,
配置这项需要注意中文乱码问题
*/
/*
{
rand
:
6
}
会替换成随机数
,
后面的数字是随机数的位数
*/
/*
{
rand
:
6
}
会替换成随机数
,
后面的数字是随机数的位数
*/
/*
{
time
}
会替换成时间戳
*/
/*
{
time
}
会替换成时间戳
*/
...
@@ -26,14 +26,14 @@
...
@@ -26,14 +26,14 @@
/* 涂鸦图片上传配置项 */
/* 涂鸦图片上传配置项 */
"
scrawlActionName
": "
uploadscrawl
", /* 执行上传涂鸦的action名称 */
"
scrawlActionName
": "
uploadscrawl
", /* 执行上传涂鸦的action名称 */
"
scrawlFieldName
": "
upfile
", /* 提交的图片表单名称 */
"
scrawlFieldName
": "
upfile
", /* 提交的图片表单名称 */
"
scrawlPathFormat
": "
/
U
ploads/notice/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
scrawlPathFormat
": "
/
u
ploads/notice/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
scrawlMaxSize
": 2048000, /* 上传大小限制,单位B */
"
scrawlMaxSize
": 2048000, /* 上传大小限制,单位B */
"
scrawlUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
scrawlUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
scrawlInsertAlign
": "
none
",
"
scrawlInsertAlign
": "
none
",
/* 截图工具上传 */
/* 截图工具上传 */
"
snapscreenActionName
": "
uploadimage
", /* 执行上传截图的action名称 */
"
snapscreenActionName
": "
uploadimage
", /* 执行上传截图的action名称 */
"
snapscreenPathFormat
": "
/
U
ploads/notice/images/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
snapscreenPathFormat
": "
/
u
ploads/notice/images/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
snapscreenUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
snapscreenUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
snapscreenInsertAlign
": "
none
", /* 插入的图片浮动方式 */
"
snapscreenInsertAlign
": "
none
", /* 插入的图片浮动方式 */
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
"
catcherLocalDomain
": ["
127.0
.
0.1
", "
localhost
", "
img.baidu.com
"],
"
catcherLocalDomain
": ["
127.0
.
0.1
", "
localhost
", "
img.baidu.com
"],
"
catcherActionName
": "
catchimage
", /* 执行抓取远程图片的action名称 */
"
catcherActionName
": "
catchimage
", /* 执行抓取远程图片的action名称 */
"
catcherFieldName
": "
source
", /* 提交的图片列表表单名称 */
"
catcherFieldName
": "
source
", /* 提交的图片列表表单名称 */
"
catcherPathFormat
": "
/
U
ploads/notice/images/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
catcherPathFormat
": "
/
u
ploads/notice/images/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
catcherUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
catcherUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
catcherMaxSize
": 2048000, /* 上传大小限制,单位B */
"
catcherMaxSize
": 2048000, /* 上传大小限制,单位B */
"
catcherAllowFiles
": ["
.png
", "
.jpg
", "
.jpeg
", "
.gif
", "
.bmp
"], /* 抓取图片格式显示 */
"
catcherAllowFiles
": ["
.png
", "
.jpg
", "
.jpeg
", "
.gif
", "
.bmp
"], /* 抓取图片格式显示 */
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
/* 上传视频配置 */
/* 上传视频配置 */
"
videoActionName
": "
uploadvideo
", /* 执行上传视频的action名称 */
"
videoActionName
": "
uploadvideo
", /* 执行上传视频的action名称 */
"
videoFieldName
": "
upfile
", /* 提交的视频表单名称 */
"
videoFieldName
": "
upfile
", /* 提交的视频表单名称 */
"
videoPathFormat
": "
/
U
ploads/notice/video/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
videoPathFormat
": "
/
u
ploads/notice/video/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
videoUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 视频访问路径前缀 */
"
videoUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 视频访问路径前缀 */
"
videoMaxSize
": 102400000, /* 上传大小限制,单位B,默认100MB */
"
videoMaxSize
": 102400000, /* 上传大小限制,单位B,默认100MB */
"
videoAllowFiles
": [
"
videoAllowFiles
": [
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
/* 上传文件配置 */
/* 上传文件配置 */
"
fileActionName
": "
uploadfile
", /* controller里,执行上传视频的action名称 */
"
fileActionName
": "
uploadfile
", /* controller里,执行上传视频的action名称 */
"
fileFieldName
": "
upfile
", /* 提交的文件表单名称 */
"
fileFieldName
": "
upfile
", /* 提交的文件表单名称 */
"
filePathFormat
": "
/
U
ploads/notice/file/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
filePathFormat
": "
/
u
ploads/notice/file/
{
yyyy
}{
mm
}{
dd
}
/
{
time
}{
rand
:
6
}
", /* 上传保存路径,可以自定义保存路径和文件名格式 */
"
fileUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 文件访问路径前缀 */
"
fileUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 文件访问路径前缀 */
"
fileMaxSize
": 51200000, /* 上传大小限制,单位B,默认50MB */
"
fileMaxSize
": 51200000, /* 上传大小限制,单位B,默认50MB */
"
fileAllowFiles
": [
"
fileAllowFiles
": [
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
/* 列出指定目录下的图片 */
/* 列出指定目录下的图片 */
"
imageManagerActionName
": "
listimage
", /* 执行图片管理的action名称 */
"
imageManagerActionName
": "
listimage
", /* 执行图片管理的action名称 */
"
imageManagerListPath
": "
/
U
ploads/notice/images/
", /* 指定要列出图片的目录 */
"
imageManagerListPath
": "
/
u
ploads/notice/images/
", /* 指定要列出图片的目录 */
"
imageManagerListSize
": 20, /* 每次列出文件数量 */
"
imageManagerListSize
": 20, /* 每次列出文件数量 */
"
imageManagerUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
imageManagerUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 图片访问路径前缀 */
"
imageManagerInsertAlign
": "
none
", /* 插入的图片浮动方式 */
"
imageManagerInsertAlign
": "
none
", /* 插入的图片浮动方式 */
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
/* 列出指定目录下的文件 */
/* 列出指定目录下的文件 */
"
fileManagerActionName
": "
listfile
", /* 执行文件管理的action名称 */
"
fileManagerActionName
": "
listfile
", /* 执行文件管理的action名称 */
"
fileManagerListPath
": "
/
U
ploads/notice/file/
", /* 指定要列出文件的目录 */
"
fileManagerListPath
": "
/
u
ploads/notice/file/
", /* 指定要列出文件的目录 */
"
fileManagerUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 文件访问路径前缀 */
"
fileManagerUrlPrefix
": "
http
:
//admin-test.guoguodz.com
", /* 文件访问路径前缀 */
"
fileManagerListSize
": 20, /* 每次列出文件数量 */
"
fileManagerListSize
": 20, /* 每次列出文件数量 */
"
fileManagerAllowFiles
": [
"
fileManagerAllowFiles
": [
...
...
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