docs: MD log update

This commit is contained in:
ZiuChen 2023-04-09 15:48:36 +08:00
parent 175da710a8
commit b9b3dc8737
6 changed files with 18 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

View File

@ -5,7 +5,9 @@ navbar: false
<script setup>
import url from './assets/logo.png'
import img1 from './assets/1.png'
import img1 from './assets/img1.png'
import img2 from './assets/img2.png'
import img3 from './assets/img3.png'
const titleInfo = {
subTitle: '✨ 强大的Markdown编辑器',
logo: url,
@ -16,6 +18,8 @@ navbar: false
}
const imgSliders = [
{ src: img1 },
{ src: img2 },
{ src: img3 },
]
</script>

View File

@ -1,5 +1,18 @@
# 更新日志
## v1.1.0
`2023-04-09`
- feat: 支持通过关键字创建文章
- feat: 支持从超级剪贴板多选合并创建文章
- feat: 支持从文本/图片快速创建文章
- feat: 支持批量导入Markdown文档
- feat: 支持点击设置页关键字跳转
- fix: 修复脚标点击跳转问题
- fix: 修复部分场景下滚动条样式问题
- fix: 修复部分场景下工具栏展示问题
## v1.0.1
`2023-04-05`