懒羊羊
2023-11-14 abb175b29054b9708af27136c035b1b7351dcd20
提交 | 用户 | 时间
1ac2bc 1 {
2   "imageActionName": "uploadimage",
3   "imageFieldName": "upfile",
4   "imageMaxSize": 2048000,
5   "imageAllowFiles": [
6     ".png",
7     ".jpg",
8     ".jpeg",
9     ".gif",
10     ".bmp"
11   ],
12   "imageCompressEnable": true,
13   "imageCompressBorder": 1600,
14   "imageInsertAlign": "none",
15   "imageUrlPrefix": "",
16   "imagePathFormat": "/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
17   "scrawlActionName": "uploadscrawl",
18   "scrawlFieldName": "upfile",
19   "scrawlPathFormat": "/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
20   "scrawlMaxSize": 2048000,
21   "scrawlUrlPrefix": "",
22   "scrawlInsertAlign": "none",
23   "snapscreenActionName": "uploadimage",
24   "snapscreenPathFormat": "/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
25   "snapscreenUrlPrefix": "",
26   "snapscreenInsertAlign": "none",
27   "catcherLocalDomain": [
28     "127.0.0.1",
29     "localhost",
30     "img.baidu.com"
31   ],
32   "catcherActionName": "catchimage",
33   "catcherFieldName": "source",
34   "catcherPathFormat": "/ueditor/jsp/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
35   "catcherUrlPrefix": "",
36   "catcherMaxSize": 2048000,
37   "catcherAllowFiles": [
38     ".png",
39     ".jpg",
40     ".jpeg",
41     ".gif",
42     ".bmp"
43   ],
44   "videoActionName": "uploadvideo",
45   "videoFieldName": "upfile",
46   "videoPathFormat": "/ueditor/jsp/upload/video/{yyyy}{mm}{dd}/{time}{rand:6}",
47   "videoUrlPrefix": "",
48   "videoMaxSize": 102400000,
49   "videoAllowFiles": [
50     ".flv",
51     ".swf",
52     ".mkv",
53     ".avi",
54     ".rm",
55     ".rmvb",
56     ".mpeg",
57     ".mpg",
58     ".ogg",
59     ".ogv",
60     ".mov",
61     ".wmv",
62     ".mp4",
63     ".webm",
64     ".mp3",
65     ".wav",
66     ".mid"
67   ],
68   "fileActionName": "uploadfile",
69   "fileFieldName": "upfile",
70   "filePathFormat": "/ueditor/jsp/upload/file/{yyyy}{mm}{dd}/{time}{rand:6}",
71   "fileUrlPrefix": "",
72   "fileMaxSize": 51200000,
73   "fileAllowFiles": [
74     ".png",
75     ".jpg",
76     ".jpeg",
77     ".gif",
78     ".bmp",
79     ".flv",
80     ".swf",
81     ".mkv",
82     ".avi",
83     ".rm",
84     ".rmvb",
85     ".mpeg",
86     ".mpg",
87     ".ogg",
88     ".ogv",
89     ".mov",
90     ".wmv",
91     ".mp4",
92     ".webm",
93     ".mp3",
94     ".wav",
95     ".mid",
96     ".rar",
97     ".zip",
98     ".tar",
99     ".gz",
100     ".7z",
101     ".bz2",
102     ".cab",
103     ".iso",
104     ".doc",
105     ".docx",
106     ".xls",
107     ".xlsx",
108     ".ppt",
109     ".pptx",
110     ".pdf",
111     ".txt",
112     ".md",
113     ".xml"
114   ],
115   "imageManagerActionName": "listimage",
116   "imageManagerListPath": "/ueditor/jsp/upload/image/",
117   "imageManagerListSize": 20,
118   "imageManagerUrlPrefix": "",
119   "imageManagerInsertAlign": "none",
120   "imageManagerAllowFiles": [
121     ".png",
122     ".jpg",
123     ".jpeg",
124     ".gif",
125     ".bmp"
126   ],
127   "fileManagerActionName": "listfile",
128   "fileManagerListPath": "/ueditor/jsp/upload/file/",
129   "fileManagerUrlPrefix": "",
130   "fileManagerListSize": 20,
131   "fileManagerAllowFiles": [
132     ".png",
133     ".jpg",
134     ".jpeg",
135     ".gif",
136     ".bmp",
137     ".flv",
138     ".swf",
139     ".mkv",
140     ".avi",
141     ".rm",
142     ".rmvb",
143     ".mpeg",
144     ".mpg",
145     ".ogg",
146     ".ogv",
147     ".mov",
148     ".wmv",
149     ".mp4",
150     ".webm",
151     ".mp3",
152     ".wav",
153     ".mid",
154     ".rar",
155     ".zip",
156     ".tar",
157     ".gz",
158     ".7z",
159     ".bz2",
160     ".cab",
161     ".iso",
162     ".doc",
163     ".docx",
164     ".xls",
165     ".xlsx",
166     ".ppt",
167     ".pptx",
168     ".pdf",
169     ".txt",
170     ".md",
171     ".xml"
172   ]
173 }