From a35c84b51283fdeafab7a911c04244b97cf3b3f2 Mon Sep 17 00:00:00 2001 From: LingYuZhao <113756063+BeardedManZhao@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:22:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E5=B9=B6=E5=8F=91=E5=B8=83=201.0.7=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 + web/FileExplorer.html | 9 +- web/WEB-INF/web.xml | 2 +- web/css/public.css | 8 + web/editor.md/.jshintrc | 36 +- web/editor.md/CHANGE.md | 108 +- web/editor.md/Gulpfile.js | 336 +- web/editor.md/README.md | 34 +- web/editor.md/css/editormd.css | 3643 ++-- web/editor.md/css/editormd.logo.css | 68 +- web/editor.md/css/editormd.preview.css | 2422 ++- web/editor.md/docs/editormd.js.html | 19 +- .../docs/fonts/OpenSans-Bold-webfont.svg | 3838 ++-- .../fonts/OpenSans-BoldItalic-webfont.svg | 3843 ++-- .../docs/fonts/OpenSans-Italic-webfont.svg | 3843 ++-- .../docs/fonts/OpenSans-Light-webfont.svg | 3838 ++-- .../fonts/OpenSans-LightItalic-webfont.svg | 3850 ++-- .../docs/fonts/OpenSans-Regular-webfont.svg | 3842 ++-- web/editor.md/docs/index.html | 39 +- web/editor.md/docs/scripts/linenumber.js | 2 +- web/editor.md/docs/styles/jsdoc-default.css | 190 +- web/editor.md/docs/styles/prettify-jsdoc.css | 92 +- .../docs/styles/prettify-tomorrow.css | 207 +- web/editor.md/editormd.amd.js | 4467 ++-- web/editor.md/examples/@links.html | 74 +- web/editor.md/examples/auto-height.html | 84 +- web/editor.md/examples/change-mode.html | 250 +- web/editor.md/examples/code-fold.html | 80 +- web/editor.md/examples/css/style.css | 11 +- .../examples/custom-keyboard-shortcuts.html | 143 +- web/editor.md/examples/custom-toolbar.html | 192 +- web/editor.md/examples/define-plugin.html | 112 +- .../examples/delay-renderer-preview.html | 87 +- .../examples/dynamic-create-editormd.html | 82 +- web/editor.md/examples/emoji.html | 116 +- web/editor.md/examples/extends.html | 164 +- web/editor.md/examples/external-use.html | 164 +- web/editor.md/examples/flowchart.html | 61 +- web/editor.md/examples/form-get-value.html | 84 +- web/editor.md/examples/full.html | 454 +- web/editor.md/examples/goto-line.html | 160 +- ...markdown-to-html-custom-toc-container.html | 250 +- .../html-preview-markdown-to-html.html | 174 +- web/editor.md/examples/html-tags-decode.html | 99 +- .../examples/image-cross-domain-upload.html | 88 +- web/editor.md/examples/image-upload.html | 92 +- web/editor.md/examples/index.html | 700 +- web/editor.md/examples/js/seajs-main.js | 54 +- web/editor.md/examples/katex.html | 67 +- .../examples/manually-load-modules.html | 116 +- web/editor.md/examples/multi-editormd.html | 118 +- web/editor.md/examples/multi-languages.html | 141 +- web/editor.md/examples/on-off.html | 118 +- web/editor.md/examples/onchange.html | 70 +- web/editor.md/examples/onfullscreen.html | 72 +- web/editor.md/examples/onload.html | 74 +- .../examples/onpreviewing-onpreviewed.html | 77 +- web/editor.md/examples/onresize.html | 64 +- .../examples/onscroll-onpreviewscroll.html | 80 +- web/editor.md/examples/onwatch-onunwatch.html | 68 +- web/editor.md/examples/page-break.html | 96 +- .../examples/php/upload_callback.html | 52 +- web/editor.md/examples/readonly.html | 90 +- web/editor.md/examples/resettings.html | 239 +- web/editor.md/examples/search-replace.html | 84 +- web/editor.md/examples/sequence-diagram.html | 61 +- .../examples/set-get-replace-selection.html | 136 +- web/editor.md/examples/simple.html | 78 +- web/editor.md/examples/sync-scrolling.html | 90 +- web/editor.md/examples/task-lists.html | 66 +- web/editor.md/examples/test.md | 118 +- web/editor.md/examples/themes.html | 235 +- web/editor.md/examples/toc.html | 184 +- .../examples/toolbar-auto-fixed.html | 92 +- web/editor.md/examples/use-requirejs.html | 338 +- web/editor.md/examples/use-seajs.html | 342 +- web/editor.md/examples/use-zepto.html | 226 +- web/editor.md/fonts/editormd-logo.svg | 20 +- web/editor.md/fonts/fontawesome-webfont.svg | 1646 +- web/editor.md/languages/en.js | 196 +- web/editor.md/languages/zh-tw.js | 196 +- web/editor.md/lib/codemirror/README.md | 4 +- .../lib/codemirror/addon/comment/comment.js | 324 +- .../addon/comment/continuecomment.js | 148 +- .../lib/codemirror/addon/dialog/dialog.css | 37 +- .../lib/codemirror/addon/dialog/dialog.js | 289 +- .../codemirror/addon/display/fullscreen.css | 11 +- .../codemirror/addon/display/fullscreen.js | 71 +- .../lib/codemirror/addon/display/panel.js | 164 +- .../codemirror/addon/display/placeholder.js | 102 +- .../lib/codemirror/addon/display/rulers.js | 108 +- .../codemirror/addon/edit/closebrackets.js | 298 +- .../lib/codemirror/addon/edit/closetag.js | 256 +- .../lib/codemirror/addon/edit/continuelist.js | 82 +- .../codemirror/addon/edit/matchbrackets.js | 206 +- .../lib/codemirror/addon/edit/matchtags.js | 115 +- .../codemirror/addon/edit/trailingspace.js | 50 +- .../lib/codemirror/addon/fold/brace-fold.js | 192 +- .../lib/codemirror/addon/fold/comment-fold.js | 104 +- .../lib/codemirror/addon/fold/foldcode.js | 268 +- .../lib/codemirror/addon/fold/foldgutter.css | 22 +- .../lib/codemirror/addon/fold/foldgutter.js | 257 +- .../lib/codemirror/addon/fold/indent-fold.js | 76 +- .../codemirror/addon/fold/markdown-fold.js | 88 +- .../lib/codemirror/addon/fold/xml-fold.js | 364 +- .../lib/codemirror/addon/hint/anyword-hint.js | 67 +- .../lib/codemirror/addon/hint/css-hint.js | 106 +- .../lib/codemirror/addon/hint/html-hint.js | 681 +- .../codemirror/addon/hint/javascript-hint.js | 258 +- .../lib/codemirror/addon/hint/show-hint.css | 52 +- .../lib/codemirror/addon/hint/show-hint.js | 784 +- .../lib/codemirror/addon/hint/sql-hint.js | 434 +- .../lib/codemirror/addon/hint/xml-hint.js | 198 +- .../addon/lint/coffeescript-lint.js | 58 +- .../lib/codemirror/addon/lint/css-lint.js | 49 +- .../codemirror/addon/lint/javascript-lint.js | 252 +- .../lib/codemirror/addon/lint/json-lint.js | 44 +- .../lib/codemirror/addon/lint/lint.css | 85 +- .../lib/codemirror/addon/lint/lint.js | 413 +- .../lib/codemirror/addon/lint/yaml-lint.js | 41 +- .../lib/codemirror/addon/merge/merge.css | 199 +- .../lib/codemirror/addon/merge/merge.js | 1538 +- .../lib/codemirror/addon/mode/loadmode.js | 116 +- .../lib/codemirror/addon/mode/multiplex.js | 207 +- .../codemirror/addon/mode/multiplex_test.js | 48 +- .../lib/codemirror/addon/mode/overlay.js | 130 +- .../lib/codemirror/addon/mode/simple.js | 414 +- .../lib/codemirror/addon/runmode/colorize.js | 58 +- .../addon/runmode/runmode-standalone.js | 319 +- .../lib/codemirror/addon/runmode/runmode.js | 124 +- .../codemirror/addon/runmode/runmode.node.js | 215 +- .../addon/scroll/annotatescrollbar.js | 172 +- .../codemirror/addon/scroll/scrollpastend.js | 76 +- .../addon/scroll/simplescrollbars.css | 70 +- .../addon/scroll/simplescrollbars.js | 272 +- .../addon/search/match-highlighter.js | 200 +- .../addon/search/matchesonscrollbar.css | 12 +- .../addon/search/matchesonscrollbar.js | 164 +- .../lib/codemirror/addon/search/search.js | 332 +- .../codemirror/addon/search/searchcursor.js | 357 +- .../codemirror/addon/selection/active-line.js | 108 +- .../addon/selection/mark-selection.js | 190 +- .../addon/selection/selection-pointer.js | 174 +- .../lib/codemirror/addon/tern/tern.css | 138 +- .../lib/codemirror/addon/tern/tern.js | 1299 +- .../lib/codemirror/addon/tern/worker.js | 60 +- .../lib/codemirror/addon/wrap/hardwrap.js | 251 +- web/editor.md/lib/codemirror/bower.json | 7 +- .../lib/codemirror/lib/codemirror.css | 540 +- .../lib/codemirror/lib/codemirror.js | 17908 ++++++++-------- web/editor.md/lib/codemirror/mode/apl/apl.js | 332 +- .../lib/codemirror/mode/apl/index.html | 52 +- .../lib/codemirror/mode/asterisk/asterisk.js | 346 +- .../lib/codemirror/mode/asterisk/index.html | 53 +- .../lib/codemirror/mode/clike/clike.js | 956 +- .../lib/codemirror/mode/clike/index.html | 124 +- .../lib/codemirror/mode/clike/scala.html | 48 +- .../lib/codemirror/mode/clojure/clojure.js | 414 +- .../lib/codemirror/mode/clojure/index.html | 38 +- .../lib/codemirror/mode/cobol/cobol.js | 484 +- .../lib/codemirror/mode/cobol/index.html | 191 +- .../mode/coffeescript/coffeescript.js | 706 +- .../codemirror/mode/coffeescript/index.html | 39 +- .../codemirror/mode/commonlisp/commonlisp.js | 238 +- .../lib/codemirror/mode/commonlisp/index.html | 38 +- web/editor.md/lib/codemirror/mode/css/css.js | 1521 +- .../lib/codemirror/mode/css/index.html | 48 +- .../lib/codemirror/mode/css/less.html | 50 +- .../lib/codemirror/mode/css/less_test.js | 87 +- .../lib/codemirror/mode/css/scss.html | 49 +- .../lib/codemirror/mode/css/scss_test.js | 157 +- web/editor.md/lib/codemirror/mode/css/test.js | 377 +- .../lib/codemirror/mode/cypher/cypher.js | 262 +- .../lib/codemirror/mode/cypher/index.html | 84 +- web/editor.md/lib/codemirror/mode/d/d.js | 426 +- .../lib/codemirror/mode/d/index.html | 50 +- .../lib/codemirror/mode/dart/dart.js | 82 +- .../lib/codemirror/mode/dart/index.html | 46 +- .../lib/codemirror/mode/diff/diff.js | 84 +- .../lib/codemirror/mode/diff/index.html | 60 +- .../lib/codemirror/mode/django/django.js | 114 +- .../lib/codemirror/mode/django/index.html | 47 +- .../codemirror/mode/dockerfile/dockerfile.js | 138 +- .../lib/codemirror/mode/dockerfile/index.html | 45 +- web/editor.md/lib/codemirror/mode/dtd/dtd.js | 260 +- .../lib/codemirror/mode/dtd/index.html | 47 +- .../lib/codemirror/mode/dylan/dylan.js | 576 +- .../lib/codemirror/mode/dylan/index.html | 53 +- .../lib/codemirror/mode/ebnf/ebnf.js | 350 +- .../lib/codemirror/mode/ebnf/index.html | 53 +- web/editor.md/lib/codemirror/mode/ecl/ecl.js | 394 +- .../lib/codemirror/mode/ecl/index.html | 41 +- .../lib/codemirror/mode/eiffel/eiffel.js | 299 +- .../lib/codemirror/mode/eiffel/index.html | 62 +- .../lib/codemirror/mode/erlang/erlang.js | 1181 +- .../lib/codemirror/mode/erlang/index.html | 49 +- .../lib/codemirror/mode/forth/forth.js | 331 +- .../lib/codemirror/mode/forth/index.html | 67 +- .../lib/codemirror/mode/fortran/fortran.js | 340 +- .../lib/codemirror/mode/fortran/index.html | 45 +- web/editor.md/lib/codemirror/mode/gas/gas.js | 670 +- .../lib/codemirror/mode/gas/index.html | 52 +- web/editor.md/lib/codemirror/mode/gfm/gfm.js | 228 +- .../lib/codemirror/mode/gfm/index.html | 50 +- web/editor.md/lib/codemirror/mode/gfm/test.js | 325 +- .../lib/codemirror/mode/gherkin/gherkin.js | 312 +- .../lib/codemirror/mode/gherkin/index.html | 37 +- web/editor.md/lib/codemirror/mode/go/go.js | 365 +- .../lib/codemirror/mode/go/index.html | 53 +- .../lib/codemirror/mode/groovy/groovy.js | 456 +- .../lib/codemirror/mode/groovy/index.html | 45 +- .../lib/codemirror/mode/haml/haml.js | 278 +- .../lib/codemirror/mode/haml/index.html | 45 +- .../lib/codemirror/mode/haml/test.js | 189 +- .../lib/codemirror/mode/haskell/haskell.js | 511 +- .../lib/codemirror/mode/haskell/index.html | 47 +- .../lib/codemirror/mode/haxe/haxe.js | 1056 +- .../lib/codemirror/mode/haxe/index.html | 67 +- .../mode/htmlembedded/htmlembedded.js | 136 +- .../codemirror/mode/htmlembedded/index.html | 53 +- .../codemirror/mode/htmlmixed/htmlmixed.js | 223 +- .../lib/codemirror/mode/htmlmixed/index.html | 87 +- .../lib/codemirror/mode/http/http.js | 190 +- .../lib/codemirror/mode/http/index.html | 39 +- web/editor.md/lib/codemirror/mode/idl/idl.js | 553 +- .../lib/codemirror/mode/idl/index.html | 49 +- web/editor.md/lib/codemirror/mode/index.html | 238 +- .../lib/codemirror/mode/jade/index.html | 47 +- .../lib/codemirror/mode/jade/jade.js | 1179 +- .../lib/codemirror/mode/javascript/index.html | 83 +- .../codemirror/mode/javascript/javascript.js | 1485 +- .../codemirror/mode/javascript/json-ld.html | 49 +- .../lib/codemirror/mode/javascript/test.js | 396 +- .../mode/javascript/typescript.html | 47 +- .../lib/codemirror/mode/jinja2/index.html | 43 +- .../lib/codemirror/mode/jinja2/jinja2.js | 260 +- .../lib/codemirror/mode/julia/index.html | 48 +- .../lib/codemirror/mode/julia/julia.js | 594 +- .../lib/codemirror/mode/kotlin/index.html | 35 +- .../lib/codemirror/mode/kotlin/kotlin.js | 530 +- .../lib/codemirror/mode/livescript/index.html | 48 +- .../codemirror/mode/livescript/livescript.js | 516 +- .../lib/codemirror/mode/lua/index.html | 54 +- web/editor.md/lib/codemirror/mode/lua/lua.js | 305 +- .../lib/codemirror/mode/markdown/index.html | 70 +- .../lib/codemirror/mode/markdown/markdown.js | 1494 +- .../lib/codemirror/mode/markdown/test.js | 1379 +- web/editor.md/lib/codemirror/mode/meta.js | 386 +- .../lib/codemirror/mode/mirc/index.html | 50 +- .../lib/codemirror/mode/mirc/mirc.js | 365 +- .../lib/codemirror/mode/mllike/index.html | 65 +- .../lib/codemirror/mode/mllike/mllike.js | 380 +- .../lib/codemirror/mode/modelica/index.html | 50 +- .../lib/codemirror/mode/modelica/modelica.js | 412 +- .../lib/codemirror/mode/nginx/index.html | 50 +- .../lib/codemirror/mode/nginx/nginx.js | 343 +- .../lib/codemirror/mode/ntriples/index.html | 40 +- .../lib/codemirror/mode/ntriples/ntriples.js | 349 +- .../lib/codemirror/mode/octave/index.html | 49 +- .../lib/codemirror/mode/octave/octave.js | 294 +- .../lib/codemirror/mode/pascal/index.html | 45 +- .../lib/codemirror/mode/pascal/pascal.js | 192 +- .../lib/codemirror/mode/pegjs/index.html | 51 +- .../lib/codemirror/mode/pegjs/pegjs.js | 207 +- .../lib/codemirror/mode/perl/index.html | 43 +- .../lib/codemirror/mode/perl/perl.js | 1674 +- .../lib/codemirror/mode/php/index.html | 56 +- web/editor.md/lib/codemirror/mode/php/php.js | 430 +- web/editor.md/lib/codemirror/mode/php/test.js | 303 +- .../lib/codemirror/mode/pig/index.html | 48 +- web/editor.md/lib/codemirror/mode/pig/pig.js | 343 +- .../lib/codemirror/mode/properties/index.html | 39 +- .../codemirror/mode/properties/properties.js | 125 +- .../lib/codemirror/mode/puppet/index.html | 54 +- .../lib/codemirror/mode/puppet/puppet.js | 415 +- .../lib/codemirror/mode/python/index.html | 124 +- .../lib/codemirror/mode/python/python.js | 671 +- .../lib/codemirror/mode/q/index.html | 43 +- web/editor.md/lib/codemirror/mode/q/q.js | 286 +- .../lib/codemirror/mode/r/index.html | 65 +- web/editor.md/lib/codemirror/mode/r/r.js | 305 +- .../codemirror/mode/rpm/changes/index.html | 47 +- .../lib/codemirror/mode/rpm/index.html | 63 +- web/editor.md/lib/codemirror/mode/rpm/rpm.js | 207 +- .../lib/codemirror/mode/rst/index.html | 43 +- web/editor.md/lib/codemirror/mode/rst/rst.js | 1063 +- .../lib/codemirror/mode/ruby/index.html | 56 +- .../lib/codemirror/mode/ruby/ruby.js | 529 +- .../lib/codemirror/mode/ruby/test.js | 17 +- .../lib/codemirror/mode/rust/index.html | 43 +- .../lib/codemirror/mode/rust/rust.js | 1009 +- .../lib/codemirror/mode/sass/index.html | 44 +- .../lib/codemirror/mode/sass/sass.js | 766 +- .../lib/codemirror/mode/scheme/index.html | 36 +- .../lib/codemirror/mode/scheme/scheme.js | 429 +- .../lib/codemirror/mode/shell/index.html | 49 +- .../lib/codemirror/mode/shell/shell.js | 267 +- .../lib/codemirror/mode/shell/test.js | 111 +- .../lib/codemirror/mode/sieve/index.html | 36 +- .../lib/codemirror/mode/sieve/sieve.js | 376 +- .../lib/codemirror/mode/slim/index.html | 74 +- .../lib/codemirror/mode/slim/slim.js | 1148 +- .../lib/codemirror/mode/slim/test.js | 139 +- .../lib/codemirror/mode/smalltalk/index.html | 61 +- .../codemirror/mode/smalltalk/smalltalk.js | 322 +- .../lib/codemirror/mode/smarty/index.html | 85 +- .../lib/codemirror/mode/smarty/smarty.js | 417 +- .../codemirror/mode/smartymixed/index.html | 50 +- .../mode/smartymixed/smartymixed.js | 368 +- .../lib/codemirror/mode/solr/index.html | 62 +- .../lib/codemirror/mode/solr/solr.js | 198 +- .../lib/codemirror/mode/soy/index.html | 49 +- web/editor.md/lib/codemirror/mode/soy/soy.js | 376 +- .../lib/codemirror/mode/sparql/index.html | 45 +- .../lib/codemirror/mode/sparql/sparql.js | 327 +- .../codemirror/mode/spreadsheet/index.html | 55 +- .../mode/spreadsheet/spreadsheet.js | 192 +- .../lib/codemirror/mode/sql/index.html | 106 +- web/editor.md/lib/codemirror/mode/sql/sql.js | 709 +- .../lib/codemirror/mode/stex/index.html | 39 +- .../lib/codemirror/mode/stex/stex.js | 478 +- .../lib/codemirror/mode/stex/test.js | 167 +- .../lib/codemirror/mode/stylus/index.html | 52 +- .../lib/codemirror/mode/stylus/stylus.js | 834 +- .../lib/codemirror/mode/tcl/index.html | 46 +- web/editor.md/lib/codemirror/mode/tcl/tcl.js | 265 +- .../lib/codemirror/mode/textile/index.html | 33 +- .../lib/codemirror/mode/textile/test.js | 727 +- .../lib/codemirror/mode/textile/textile.js | 874 +- .../lib/codemirror/mode/tiddlywiki/index.html | 49 +- .../codemirror/mode/tiddlywiki/tiddlywiki.css | 15 +- .../codemirror/mode/tiddlywiki/tiddlywiki.js | 718 +- .../lib/codemirror/mode/tiki/index.html | 49 +- .../lib/codemirror/mode/tiki/tiki.css | 21 +- .../lib/codemirror/mode/tiki/tiki.js | 642 +- .../lib/codemirror/mode/toml/index.html | 45 +- .../lib/codemirror/mode/toml/toml.js | 164 +- .../lib/codemirror/mode/tornado/index.html | 47 +- .../lib/codemirror/mode/tornado/tornado.js | 116 +- .../lib/codemirror/mode/turtle/index.html | 45 +- .../lib/codemirror/mode/turtle/turtle.js | 300 +- .../lib/codemirror/mode/vb/index.html | 196 +- web/editor.md/lib/codemirror/mode/vb/vb.js | 466 +- .../lib/codemirror/mode/vbscript/index.html | 45 +- .../lib/codemirror/mode/vbscript/vbscript.js | 588 +- .../lib/codemirror/mode/velocity/index.html | 50 +- .../lib/codemirror/mode/velocity/velocity.js | 341 +- .../lib/codemirror/mode/verilog/index.html | 71 +- .../lib/codemirror/mode/verilog/test.js | 539 +- .../lib/codemirror/mode/verilog/verilog.js | 1040 +- .../lib/codemirror/mode/xml/index.html | 59 +- web/editor.md/lib/codemirror/mode/xml/test.js | 95 +- web/editor.md/lib/codemirror/mode/xml/xml.js | 726 +- .../lib/codemirror/mode/xquery/index.html | 83 +- .../lib/codemirror/mode/xquery/test.js | 101 +- .../lib/codemirror/mode/xquery/xquery.js | 896 +- .../lib/codemirror/mode/yaml/index.html | 37 +- .../lib/codemirror/mode/yaml/yaml.js | 228 +- .../lib/codemirror/mode/z80/index.html | 43 +- web/editor.md/lib/codemirror/mode/z80/z80.js | 166 +- web/editor.md/lib/codemirror/package.json | 58 +- .../lib/codemirror/theme/3024-day.css | 129 +- .../lib/codemirror/theme/3024-night.css | 128 +- .../lib/codemirror/theme/ambiance-mobile.css | 6 +- .../lib/codemirror/theme/ambiance.css | 191 +- .../lib/codemirror/theme/base16-dark.css | 127 +- .../lib/codemirror/theme/base16-light.css | 127 +- .../lib/codemirror/theme/blackboard.css | 145 +- web/editor.md/lib/codemirror/theme/cobalt.css | 119 +- .../lib/codemirror/theme/colorforth.css | 141 +- .../lib/codemirror/theme/eclipse.css | 113 +- .../lib/codemirror/theme/elegant.css | 65 +- .../lib/codemirror/theme/erlang-dark.css | 164 +- .../lib/codemirror/theme/lesser-dark.css | 197 +- web/editor.md/lib/codemirror/theme/mbo.css | 142 +- .../lib/codemirror/theme/mdn-like.css | 173 +- .../lib/codemirror/theme/midnight.css | 121 +- .../lib/codemirror/theme/monokai.css | 126 +- web/editor.md/lib/codemirror/theme/neat.css | 62 +- web/editor.md/lib/codemirror/theme/neo.css | 65 +- web/editor.md/lib/codemirror/theme/night.css | 124 +- .../lib/codemirror/theme/paraiso-dark.css | 127 +- .../lib/codemirror/theme/paraiso-light.css | 127 +- .../lib/codemirror/theme/pastel-on-dark.css | 143 +- .../lib/codemirror/theme/rubyblue.css | 120 +- .../lib/codemirror/theme/solarized.css | 316 +- .../lib/codemirror/theme/the-matrix.css | 144 +- .../theme/tomorrow-night-bright.css | 117 +- .../theme/tomorrow-night-eighties.css | 127 +- .../lib/codemirror/theme/twilight.css | 171 +- .../lib/codemirror/theme/vibrant-ink.css | 151 +- .../lib/codemirror/theme/xq-dark.css | 148 +- .../lib/codemirror/theme/xq-light.css | 103 +- .../lib/codemirror/theme/zenburn.css | 140 +- .../code-block-dialog/code-block-dialog.js | 328 +- .../plugins/emoji-dialog/emoji-dialog.js | 472 +- web/editor.md/plugins/emoji-dialog/emoji.json | 3049 ++- .../goto-line-dialog/goto-line-dialog.js | 243 +- .../plugins/help-dialog/help-dialog.js | 150 +- web/editor.md/plugins/help-dialog/help.md | 94 +- .../html-entities-dialog.js | 282 +- .../html-entities-dialog/html-entities.json | 1862 +- .../plugins/image-dialog/image-dialog.js | 207 +- .../plugins/link-dialog/link-dialog.js | 121 +- web/editor.md/plugins/plugin-template.js | 156 +- .../preformatted-text-dialog.js | 206 +- .../reference-link-dialog.js | 156 +- .../plugins/table-dialog/table-dialog.js | 354 +- .../plugins/test-plugin/test-plugin.js | 66 +- web/editor.md/scss/editormd.codemirror.scss | 141 +- web/editor.md/scss/editormd.dialog.scss | 256 +- web/editor.md/scss/editormd.form.scss | 197 +- web/editor.md/scss/editormd.grid.scss | 50 +- web/editor.md/scss/editormd.logo.scss | 96 +- web/editor.md/scss/editormd.menu.scss | 188 +- web/editor.md/scss/editormd.preview.scss | 512 +- .../scss/editormd.preview.themes.scss | 291 +- web/editor.md/scss/editormd.scss | 200 +- web/editor.md/scss/editormd.tab.scss | 68 +- web/editor.md/scss/editormd.themes.scss | 38 +- web/editor.md/scss/font-awesome.scss | 550 + web/editor.md/scss/github-markdown.scss | 19 +- web/editor.md/scss/lib/prefixes.scss | 742 +- web/editor.md/scss/lib/variables.scss | 14 +- web/editor.md/scss/prettify.scss | 121 +- web/editor.md/src/editormd.js | 4415 ++-- web/editor.md/tests/bootstrap-test.html | 115 +- .../tests/codemirror-searchbox-test.html | 207 +- web/editor.md/tests/codemirror-test.html | 140 +- web/editor.md/tests/js/searchbox.js | 728 +- web/editor.md/tests/katex-tests.html | 233 +- web/editor.md/tests/marked-@at-test.html | 369 +- web/editor.md/tests/marked-emoji-test.html | 384 +- .../tests/marked-heading-link-test.html | 266 +- .../tests/marked-todo-list-test.html | 113 +- web/editor.md/tests/qunit/qunit-1.16.0.css | 248 +- web/editor.md/tests/qunit/qunit-1.16.0.js | 5421 ++--- web/js/conf/indexConfig.js | 4 +- web/js/main.js | 33 +- 439 files changed, 86348 insertions(+), 75807 deletions(-) diff --git a/README.md b/README.md index eece425..a3ae5fd 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ const indexConfig = { ## 更新记录 +### 1.0.7 版本 发布 + +- 为 logo 图标增加了点击展示获取版本号的动作 + ### 1.0.6 版本 发布 - 新增文件上传进度显示支持 diff --git a/web/FileExplorer.html b/web/FileExplorer.html index a4445bf..5784128 100644 --- a/web/FileExplorer.html +++ b/web/FileExplorer.html @@ -12,6 +12,9 @@
+⚠ 无法与服务器取得连接 或 服务器版本较低,不支持版本号的获取!+