添加官网链接

This commit is contained in:
IndieKKY
2024-10-08 19:27:24 +08:00
parent d31c2d7b03
commit 8776186486

View File

@@ -245,7 +245,7 @@ const MoreBtn = (props: Props) => {
(m4s)
</a>
</li>
<li className='hover:bg-accent'>
{/* <li className='hover:bg-accent'>
<a className='flex items-center' onClick={(e) => {
e.preventDefault()
e.stopPropagation()
@@ -264,7 +264,7 @@ const MoreBtn = (props: Props) => {
<AiFillWechat className='w-[20px] h-[20px] text-primary/75 bg-white rounded-sm p-0.5'/>
微信公众号(IndieKKY)
</a>
</li>
</li> */}
{/* <li className='hover:bg-accent'> */}
{/* <a className='flex items-center' onClick={(e) => { */}
{/* e.preventDefault() */}
@@ -297,6 +297,17 @@ const MoreBtn = (props: Props) => {
</a>
</li>
{/* 官网 */}
<li className='hover:bg-accent'>
<a className='flex items-center' onClick={(e) => {
e.preventDefault()
e.stopPropagation()
openUrl('https://www.bibijun.cc')
}}>
<img alt='哔哔君' src='/favicon-128x128.png' className='w-[20px] h-[20px] bg-white rounded-sm p-0.5'/>
🏠
</a>
</li>
</ul>
</Popover>}
</>