分享菜单

This commit is contained in:
tangly1024
2021-12-13 12:40:05 +08:00
parent 6471dd2045
commit 3f79b18878

View File

@@ -84,12 +84,7 @@ const ShareBar = ({ post }) => {
</a>
</div>
<div className='cursor-pointer text-2xl'>
<a className='text-red-600' target='_blank' rel='noreferrer' href={`https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=${shareUrl}&sharesource=qzone&title=${post.title}&summary=${post.summary}`} >
<FontAwesomeIcon icon={faStar}/>
</a>
</div>
<div className='cursor-pointer text-2xl'>
<a className='text-red-600' onClick={copyUrl} >
<a className='text-yellow-600' onClick={copyUrl} >
<FontAwesomeIcon icon={faLink}/>
</a>
</div>