2 Commits

Author SHA1 Message Date
IndieKKY
69e0497081 chore: release 1.11.4 2024-10-09 08:36:01 +08:00
IndieKKY
8776186486 添加官网链接 2024-10-08 19:27:24 +08:00
2 changed files with 14 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "bilibili-subtitle", "name": "bilibili-subtitle",
"version": "1.11.3", "version": "1.11.4",
"type": "module", "type": "module",
"description": "哔哩哔哩字幕列表", "description": "哔哩哔哩字幕列表",
"main": "index.js", "main": "index.js",

View File

@@ -245,7 +245,7 @@ const MoreBtn = (props: Props) => {
(m4s) (m4s)
</a> </a>
</li> </li>
<li className='hover:bg-accent'> {/* <li className='hover:bg-accent'>
<a className='flex items-center' onClick={(e) => { <a className='flex items-center' onClick={(e) => {
e.preventDefault() e.preventDefault()
e.stopPropagation() 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'/> <AiFillWechat className='w-[20px] h-[20px] text-primary/75 bg-white rounded-sm p-0.5'/>
微信公众号(IndieKKY) 微信公众号(IndieKKY)
</a> </a>
</li> </li> */}
{/* <li className='hover:bg-accent'> */} {/* <li className='hover:bg-accent'> */}
{/* <a className='flex items-center' onClick={(e) => { */} {/* <a className='flex items-center' onClick={(e) => { */}
{/* e.preventDefault() */} {/* e.preventDefault() */}
@@ -297,6 +297,17 @@ const MoreBtn = (props: Props) => {
</a> </a>
</li> </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> </ul>
</Popover>} </Popover>}
</> </>