Merge pull request #3298 from rickyltwong/feat/threads-button

增加 Threads Social & Share button
This commit is contained in:
tangly1024
2025-04-11 17:58:58 +08:00
committed by GitHub
4 changed files with 1154 additions and 760 deletions

View File

@@ -99,6 +99,15 @@ const SocialButton = () => {
<i className='fab fa-youtube transform hover:scale-125 duration-150' />
</a>
)}
{siteConfig('CONTACT_THREADS') && (
<a
target='_blank'
rel='noreferrer'
title={'threads'}
href={siteConfig('CONTACT_THREADS')}>
<i className='fab fa-threads transform hover:scale-125 duration-150' />
</a>
)}
</div>
</div>
)