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

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>