Liyuan Li 5 years ago
parent
commit
317730a8d4
2 changed files with 2 additions and 2 deletions
  1. 2 2
      src/index.ts
  2. 0 0
      src/js/lute/lute.min.js

+ 2 - 2
src/index.ts

@@ -103,8 +103,8 @@ class Vditor extends VditorMethod {
             this.vditor.upload = new Upload();
         }
 
-        const lutePath = `http://192.168.0.107:9090/lute.min.js?${new Date().getTime()}`;
-        // const lutePath = "src/js/lute/lute.min.js";
+        // const lutePath = `http://192.168.0.107:9090/lute.min.js?${new Date().getTime()}`;
+        const lutePath = "src/js/lute/lute.min.js";
         // const lutePath = `${mergedOptions.cdn}/dist/js/lute/lute.min.js`;
         addScript(lutePath, "vditorLuteScript").then(() => {
             this.vditor.lute = setLute({

File diff suppressed because it is too large
+ 0 - 0
src/js/lute/lute.min.js


Some files were not shown because too many files changed in this diff