diff --git a/README.md b/README.md index 3b71ce14..6f03d876 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章 - [x] 支持多图上传,可自定义配置图床 - [x] 支持自定义上传逻辑 - [x] 支持在编辑框右键弹出功能选项卡 +- [x] 支持批量转换本地图片为线上图片 ## 目前支持哪些图床 diff --git a/src/pages/index/view/CodemirrorEditor.vue b/src/pages/index/view/CodemirrorEditor.vue index a55023f7..a1323468 100644 --- a/src/pages/index/view/CodemirrorEditor.vue +++ b/src/pages/index/view/CodemirrorEditor.vue @@ -21,6 +21,7 @@