Van 5 yıl önce
ebeveyn
işleme
be04f6fac3
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1 1
      package.json
  2. 0 0
      src/js/lute/lute.min.js
  3. 2 2
      src/ts/markdown/md2html.ts

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vditor",
-  "version": "2.1.4",
+  "version": "2.1.5",
   "description": "♏ 一款浏览器端的 Markdown 编辑器。",
   "author": "Vanessa <[email protected]> (http://vanessa.b3log.org)",
   "homepage": "https://hacpai.com/tag/vditor",

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
src/js/lute/lute.min.js


+ 2 - 2
src/ts/markdown/md2html.ts

@@ -11,8 +11,8 @@ export const loadLuteJs = async (vditor: IVditor | string) => {
     } else if (typeof vditor === "object" && vditor.options.cdn) {
         cdn = vditor.options.cdn;
     }
-    // addScript(`${cdn}/dist/js/lute/lute.min.js`, "vditorLuteScript");
-    addScript(`http://192.168.80.35:9090/lute.min.js?${new Date().getTime()}`, "vditorLuteScript");
+    addScript(`${cdn}/dist/js/lute/lute.min.js`, "vditorLuteScript");
+    // addScript(`http://192.168.80.35:9090/lute.min.js?${new Date().getTime()}`, "vditorLuteScript");
 
     if (vditor && typeof vditor === "object" && !vditor.lute) {
         vditor.lute = Lute.New();

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor