소스 검색

sunguidong

zhangguidong 2 년 전
부모
커밋
b6ab28aea3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/static/ext/ueditor/ueditor.all.js

+ 1 - 1
public/static/ext/ueditor/ueditor.all.js

@@ -28762,7 +28762,7 @@ UE.ui = baidu.editor.ui = {};
             function setCount(editor,ui) {
                 editor.setOpt({
                     wordCount:false,
-                    maximumWords:10000,
+                    maximumWords:100000,
                     wordCountMsg:editor.options.wordCountMsg || editor.getLang("wordCountMsg"),
                     wordOverFlowMsg:editor.options.wordOverFlowMsg || editor.getLang("wordOverFlowMsg")
                 });