From c0d56ff27bf4071ac333dfa5e80603fc6e1b369d Mon Sep 17 00:00:00 2001 From: xw Date: Wed, 23 Mar 2022 15:07:41 +0800 Subject: [PATCH] feat: Batch convert local images (#144) --- README.md | 1 + src/pages/index/view/CodemirrorEditor.vue | 103 +++++++++++++++++++++- 2 files changed, 102 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b71ce1..6f03d87 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 a55023f..a132346 100644 --- a/src/pages/index/view/CodemirrorEditor.vue +++ b/src/pages/index/view/CodemirrorEditor.vue @@ -21,6 +21,7 @@