Files
ZiuChen.github.io/docs/project/ClipboardManager/index.md
2023-01-10 16:46:21 +08:00

2.3 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: './statement/' }, { content: '🚀 进阶功能', target: './guide/' }, { content: '🚚 更新日志', target: './log/' }, { content: '🎈 插件发布页', target: 'https://yuanliao.info/d/5722/29' }, ] } </script>