build: release v1.3.4

* 新增编辑器右键弹出功能菜单栏,操作更快捷
* 插入表格功能改进,更加人性化
* 项目结构调整,逻辑更清晰
This commit is contained in:
yanglbme 2020-07-13 23:48:09 +08:00
parent 7f6459e5b4
commit b92301c278
4 changed files with 4 additions and 5 deletions

View File

@ -44,8 +44,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
- [x] 支持自定义 CSS 样式并实时渲染
- [x] 支持一键恢复至默认内容及样式
- [x] 支持打开或关闭引用链接的选项
- [ ] 支持在编辑框右键弹出功能选项卡
- [ ] 支持更加人性化的插入表格功能
- [x] 支持在编辑框右键弹出功能选项卡
![select-and-change-color-theme](https://imgkr.cn-bj.ufileos.com/32c05c23-6309-491f-bd0d-f22a62c944b4.gif)

View File

@ -1,6 +1,6 @@
{
"name": "vue-md",
"version": "1.3.3",
"version": "1.3.4",
"private": true,
"homepage": "https://doocs.gitee.io/md",
"scripts": {

View File

@ -36,6 +36,6 @@ export default {
opacity: 1;
}
.fade-enter-active,.fade-leave-active{
transition: all 2s;
transition: all 1s;
}
</style>

View File

@ -2,7 +2,7 @@
<div class="loading" id="loading">
<div class="loading-wrapper">
<div class="loading-anim"></div>
<div class="loading-text">致力于让MarkDown编辑更简单</div>
<div class="loading-text">致力于让 Markdown 编辑更简单</div>
</div>
</div>
</template>