瀏覽代碼

:arrow_up:

Vanessa 1 年之前
父節點
當前提交
b3a14d6e44
共有 3 個文件被更改,包括 6 次插入4 次删除
  1. 3 1
      CHANGELOG.md
  2. 2 2
      demo/static.html
  3. 1 1
      package.json

+ 3 - 1
CHANGELOG.md

@@ -14,7 +14,9 @@
 
 * [open issues](https://github.com/Vanessa219/vditor/issues)
 
-### v3.10.4 / 2024-04
+### v3.10.5 / 2024-05
+
+### v3.10.4 / 2024-04-16
 
 * [移动端支持划选阅读](https://github.com/Vanessa219/vditor/issues/1611) `改进功能`
 * [改进代码样式外链地址匹配规则](https://github.com/Vanessa219/vditor/pull/1607) `改进功能`

+ 2 - 2
demo/static.html

@@ -51,8 +51,8 @@
       color: #4285f4;
     }
   </style>
-  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/index.css">
-  <script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/index.min.js"></script>
+  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].4/dist/index.css">
+  <script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/index.min.js"></script>
 </head>
 <body>
 <div class="vditor-reset nav">

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vditor",
-  "version": "3.10.3",
+  "version": "3.10.4",
   "description": "♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生",
   "author": "Vanessa <[email protected]> (http://vanessa.b3log.org)",
   "homepage": "https://b3log.org/vditor",