title, navbar, sidebar, aside
| title |
navbar |
sidebar |
aside |
| 超级Markdown |
false |
false |
false |
<script setup>
import url from './assets/logo.webp'
import img1 from './assets/img1.webp'
import img2 from './assets/img2.webp'
import img3 from './assets/img3.webp'
const titleInfo = {
subTitle: '
✨ 强大的Markdown编辑器',
logo: url,
linkList: [
{ content: '
🕶️ 在线体验', target: '
https://ziuchen.github.io/SuperMarkdown' },
{ content: '
👨🏻💻 开源地址', target: '
https://github.com/ZiuChen/SuperMarkdown' },
{ content: '
🚀 快捷键一览', target: './shortcut/' },
{ content: '
🚚 更新日志', target: './log/' },
]
}
const imgSliders = [
{ src: img1 },
{ src: img2 },
{ src: img3 },
]
</script>