Skip to content

Commit 46b84ea

Browse files
committed
feat: ueditor.css cache
1 parent 591ca3a commit 46b84ea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_src/adapter/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@
849849
editor.options.editor = editor;
850850
utils.loadFile(document, {
851851
href:
852-
editor.options.themePath + editor.options.theme + "/_css/ueditor.css?20230719",
852+
editor.options.themePath + editor.options.theme + "/_css/ueditor.css?20230822",
853853
tag: "link",
854854
type: "text/css",
855855
rel: "stylesheet"

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/ueditor.all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32775,7 +32775,7 @@ UE.ui = baidu.editor.ui = {};
3277532775
editor.options.editor = editor;
3277632776
utils.loadFile(document, {
3277732777
href:
32778-
editor.options.themePath + editor.options.theme + "/css/ueditor.css?20230719",
32778+
editor.options.themePath + editor.options.theme + "/css/ueditor.css?20230822",
3277932779
tag: "link",
3278032780
type: "text/css",
3278132781
rel: "stylesheet"

0 commit comments

Comments
 (0)