生态应用增加moontvplus插件
This commit is contained in:
@@ -22,6 +22,7 @@ import {
|
||||
MoveDown,
|
||||
MoveUp,
|
||||
Package,
|
||||
Puzzle,
|
||||
Router as RouterIcon,
|
||||
Rss,
|
||||
Settings,
|
||||
@@ -5170,6 +5171,39 @@ export const UserMenu: React.FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* MoonTVPlus 插件 */}
|
||||
<div className='bg-gray-50 dark:bg-gray-800 rounded-lg p-5 border border-gray-200 dark:border-gray-700'>
|
||||
<div className='flex items-start gap-4'>
|
||||
<div className='flex-shrink-0 relative'>
|
||||
<div className='w-16 h-16 rounded-xl bg-purple-500 flex items-center justify-center shadow-sm'>
|
||||
<Puzzle className='w-8 h-8 text-white' />
|
||||
</div>
|
||||
<span className='absolute -top-1 -right-1 px-1.5 py-0.5 bg-purple-600 text-white text-[10px] font-bold rounded'>
|
||||
插件
|
||||
</span>
|
||||
</div>
|
||||
<div className='flex-1 min-w-0'>
|
||||
<h4 className='text-lg font-semibold text-gray-900 dark:text-gray-100 mb-2'>
|
||||
MoonTVPlus 插件
|
||||
</h4>
|
||||
<p className='text-sm text-gray-600 dark:text-gray-400 mb-3'>
|
||||
为 MoonTVPlus
|
||||
提供增强性功能,目前拥有解决私人影库超分跨域能力
|
||||
</p>
|
||||
<a
|
||||
href='https://github.com/mtvpls/moontvplus-extension/releases'
|
||||
target='_blank'
|
||||
rel='noopener noreferrer'
|
||||
className='inline-flex items-center gap-2 px-4 py-2 bg-purple-500 hover:bg-purple-600 text-white text-sm font-medium rounded-lg transition-colors'
|
||||
>
|
||||
<Download className='w-4 h-4' />
|
||||
下载
|
||||
<ExternalLink className='w-3 h-3' />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user