title, navbar
<script setup>
import url from './assets/logo.png'
import img1 from './assets/11.png'
import img2 from './assets/22.png'
import img3 from './assets/33.png'
import img4 from './assets/44.png'
import img5 from './assets/55.png'
import img6 from './assets/66.png'
import img7 from './assets/77.png'
const titleInfo = {
subTitle: '
✨ 强大的剪贴板管理工具。',
logo: url,
linkList: [
{ content: '
⭐ 开源代码', target: '
https://github.com/ZiuChen/ClipboardManager' },
{ content: '
🚀 使用指南', target: './guide/' },
{ content: '
🌎 疑难解答', target: './statement/' },
{ content: '
👑 插件会员', target: './vip/' },
{ content: '
🚚 更新日志', target: './log/' },
]
}
const imgSliders = [
{ src: img1 },
{ src: img2 },
{ src: img3 },
{ src: img4 },
{ src: img5 },
{ src: img6 },
{ src: img7 },
]
</script>