Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
36630e87
Commit
36630e87
authored
May 26, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
js修改
parent
f63cfbf8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
main.js
src/main.js
+1
-1
ueditor.all.js
static/UE/ueditor.all.js
+1
-1
ueditor.config.js
static/UE/ueditor.config.js
+2
-2
No files found.
src/main.js
View file @
36630e87
...
...
@@ -10,7 +10,7 @@ import 'element-ui/lib/theme-chalk/index.css';
import
echarts
from
'echarts'
import
'../static/UE/ueditor.config.js'
import
'../static/UE/ueditor.all.
min.
js'
import
'../static/UE/ueditor.all.js'
import
'../static/UE/lang/zh-cn/zh-cn.js'
import
'../static/UE/ueditor.parse.min.js'
...
...
static/UE/ueditor.all.js
View file @
36630e87
...
...
@@ -23974,7 +23974,7 @@ UE.plugin.register('autosave', function (){
},
'contentchange': function () {
if (!me.getOpt('enableAutoSave')) {return;}
if ( !saveKey ) {
return;
}
static/UE/ueditor.config.js
View file @
36630e87
...
...
@@ -114,9 +114,9 @@
//,autoClearEmptyNode : true //getContent时,是否删除空的inlineElement节点(包括嵌套的情况)
//启用自动保存
//,enableAutoSave: tru
e
,
enableAutoSave
:
fals
e
//自动保存间隔时间, 单位ms
//,saveInterval: 50
0
,
saveInterval
:
0
//,fullscreen : false //是否开启初始化时即全屏,默认关闭
...
...
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