Files
ZiuChen.github.io/docs/project/ClipboardManager/index.md
ZiuChen 5c9e1f6df0 docs: CM image update
- desc update
2023-04-19 22:39:57 +08:00

2.6 KiB

title, navbar
title navbar
超级剪贴板 false
<script setup> import url from './assets/logo.png' import img1 from './assets/img1.png' import img2 from './assets/img2.png' import img3 from './assets/img3.png' import img4 from './assets/img4.png' import img5 from './assets/img5.png' import img6 from './assets/img6.png' import img7 from './assets/img7.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>