Skip to content

Commit 89a14a7

Browse files
committed
feat: release 3.4.0
1 parent 55f3e73 commit 89a14a7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

_src/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ window.UE = baidu.editor = {
1010
instants: {},
1111
I18N: {},
1212
_customizeUI: {},
13-
version: "3.4.0-beta"
13+
version: "3.4.0"
1414
};
1515
var dom = (UE.dom = {});

dist-min/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>
7676
公式支持
7777
</h2>
7878
<p>
79-
<img src="https://latexeasy.com/image.svg?%5Cint%20%5Cfrac%7B1%7D%7Bx%7D%20dx%20%3D%20%5Cln%20%5Cleft%7C%20x%20%5Cright%7C%20%2B%20C"
79+
<img src="https://r.latexeasy.com/image.svg?%5Cint%20%5Cfrac%7B1%7D%7Bx%7D%20dx%20%3D%20%5Cln%20%5Cleft%7C%20x%20%5Cright%7C%20%2B%20C"
8080
data-formula-image="%5Cint%20%5Cfrac%7B1%7D%7Bx%7D%20dx%20%3D%20%5Cln%20%5Cleft%7C%20x%20%5Cright%7C%20%2B%20C"/>
8181
</p>
8282
<p>

dist-min/ueditor.all.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>
7676
公式支持
7777
</h2>
7878
<p>
79-
<img src="https://latexeasy.com/image.svg?%5Cint%20%5Cfrac%7B1%7D%7Bx%7D%20dx%20%3D%20%5Cln%20%5Cleft%7C%20x%20%5Cright%7C%20%2B%20C"
79+
<img src="https://r.latexeasy.com/image.svg?%5Cint%20%5Cfrac%7B1%7D%7Bx%7D%20dx%20%3D%20%5Cln%20%5Cleft%7C%20x%20%5Cright%7C%20%2B%20C"
8080
data-formula-image="%5Cint%20%5Cfrac%7B1%7D%7Bx%7D%20dx%20%3D%20%5Cln%20%5Cleft%7C%20x%20%5Cright%7C%20%2B%20C"/>
8181
</p>
8282
<p>

dist/ueditor.all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ window.UE = baidu.editor = {
1717
instants: {},
1818
I18N: {},
1919
_customizeUI: {},
20-
version: "3.4.0-beta"
20+
version: "3.4.0"
2121
};
2222
var dom = (UE.dom = {});
2323

0 commit comments

Comments
 (0)