mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-17 23:19:55 +08:00
docs: MD log update
This commit is contained in:
parent
dbec55ef6d
commit
7ba6d7534d
Binary file not shown.
Before Width: | Height: | Size: 504 KiB |
BIN
docs/project/Markdown/assets/img1.png
Normal file
BIN
docs/project/Markdown/assets/img1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 375 KiB |
BIN
docs/project/Markdown/assets/img2.png
Normal file
BIN
docs/project/Markdown/assets/img2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 440 KiB |
BIN
docs/project/Markdown/assets/img3.png
Normal file
BIN
docs/project/Markdown/assets/img3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 270 KiB |
@ -5,7 +5,9 @@ navbar: false
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import url from './assets/logo.png'
|
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 = {
|
const titleInfo = {
|
||||||
subTitle: '✨ 强大的Markdown编辑器',
|
subTitle: '✨ 强大的Markdown编辑器',
|
||||||
logo: url,
|
logo: url,
|
||||||
@ -16,6 +18,8 @@ navbar: false
|
|||||||
}
|
}
|
||||||
const imgSliders = [
|
const imgSliders = [
|
||||||
{ src: img1 },
|
{ src: img1 },
|
||||||
|
{ src: img2 },
|
||||||
|
{ src: img3 },
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -1,5 +1,18 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## v1.1.0
|
||||||
|
|
||||||
|
`2023-04-09`
|
||||||
|
|
||||||
|
- feat: 支持通过关键字创建文章
|
||||||
|
- feat: 支持从超级剪贴板多选合并创建文章
|
||||||
|
- feat: 支持从文本/图片快速创建文章
|
||||||
|
- feat: 支持批量导入Markdown文档
|
||||||
|
- feat: 支持点击设置页关键字跳转
|
||||||
|
- fix: 修复脚标点击跳转问题
|
||||||
|
- fix: 修复部分场景下滚动条样式问题
|
||||||
|
- fix: 修复部分场景下工具栏展示问题
|
||||||
|
|
||||||
## v1.0.1
|
## v1.0.1
|
||||||
|
|
||||||
`2023-04-05`
|
`2023-04-05`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user