Skip to content

Commit

Permalink
feat: release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Feb 28, 2023
1 parent 148604d commit 2378ab0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _src/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ window.UE = baidu.editor = {
instants: {},
I18N: {},
_customizeUI: {},
version: "2.8.0"
version: "2.9.0"
};
var dom = (UE.dom = {});
2 changes: 1 addition & 1 deletion dist-min/lang/zh-cn/zh-cn.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist-min/ueditor.all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lang/zh-cn/zh-cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ UE.I18N['zh-cn'] = {
'numError':"请输入正确的数值,如123,400",
'floatLeft':"左浮动",
'floatRight':"右浮动",
'"default"':"默认",
'default':"默认",
'block':"独占一行",
'urlError':"输入的视频地址有误,请检查后再试!",
'loading':"  视频加载中,请等待……",
Expand Down
3 changes: 2 additions & 1 deletion dist/ueditor.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ window.UE = baidu.editor = {
instants: {},
I18N: {},
_customizeUI: {},
version: "2.8.0"
version: "2.9.0"
};
var dom = (UE.dom = {});

Expand Down Expand Up @@ -26007,6 +26007,7 @@ UE.plugins["catchremoteimage"] = function () {
var catchFailList = [];
var catchSuccessList = [];
var failIMG = me.options.themePath + me.options.theme + '/images/img-cracked.png';
var loadingIMG = me.options.themePath + me.options.theme + '/images/spacer.gif';

var cj = list[0];
switch (type) {
Expand Down

0 comments on commit 2378ab0

Please sign in to comment.