Files
ZiuChen.github.io/docs/project/ClipboardManager/index.md
2023-02-06 22:07:21 +08:00

2.1 KiB

title, navbar
title navbar
超级剪贴板 false
<script setup> import url from './assets/logo.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/' }, ] } </script>