We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a64d2 commit e6a2dc3Copy full SHA for e6a2dc3
README.md
@@ -32,6 +32,13 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
32
33
欢迎各位朋友随时提交 PR,让这款微信 Markdown 编辑器变得更好!如果你有新的想法,也欢迎在 Issues 区反馈。
34
35
+## 图床支持
36
+
37
+- [x] 默认图床
38
+- [x] 自定义 GitHub 图床
39
+- [x] 自定义阿里云 OSS
40
+- [x] 自定义腾讯云 COS
41
42
## 功能特性
43
44
- [x] 支持黑夜模式
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-md",
3
"author": "doocs",
4
- "version": "1.3.8",
+ "version": "1.3.9",
5
"private": true,
6
"homepage": "https://doocs.gitee.io/md",
7
"scripts": {
0 commit comments