网络直播增加bilibili
This commit is contained in:
@@ -10830,6 +10830,7 @@ const WebLiveConfig = ({
|
||||
className='px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100'
|
||||
>
|
||||
<option value='huya'>虎牙</option>
|
||||
<option value='bilibili'>哔哩哔哩</option>
|
||||
</select>
|
||||
<input
|
||||
type='text'
|
||||
@@ -10879,6 +10880,7 @@ const WebLiveConfig = ({
|
||||
className='w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100'
|
||||
>
|
||||
<option value='huya'>虎牙</option>
|
||||
<option value='bilibili'>哔哩哔哩</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
@@ -10920,9 +10922,9 @@ const WebLiveConfig = ({
|
||||
<tr key={source.key} className='hover:bg-gray-50 dark:hover:bg-gray-800'>
|
||||
<td className='px-3 sm:px-6 py-4 text-sm text-gray-900 dark:text-gray-100'>
|
||||
<div>{source.name}</div>
|
||||
<div className='sm:hidden text-xs text-gray-500 dark:text-gray-400 mt-1'>{source.platform === 'huya' ? '虎牙' : source.platform} · {source.roomId}</div>
|
||||
<div className='sm:hidden text-xs text-gray-500 dark:text-gray-400 mt-1'>{source.platform === 'huya' ? '虎牙' : source.platform === 'bilibili' ? '哔哩哔哩' : source.platform} · {source.roomId}</div>
|
||||
</td>
|
||||
<td className='hidden sm:table-cell px-6 py-4 text-sm text-gray-900 dark:text-gray-100'>{source.platform === 'huya' ? '虎牙' : source.platform}</td>
|
||||
<td className='hidden sm:table-cell px-6 py-4 text-sm text-gray-900 dark:text-gray-100'>{source.platform === 'huya' ? '虎牙' : source.platform === 'bilibili' ? '哔哩哔哩' : source.platform}</td>
|
||||
<td className='hidden sm:table-cell px-6 py-4 text-sm text-gray-900 dark:text-gray-100'>{source.roomId}</td>
|
||||
<td className='px-3 sm:px-6 py-4 whitespace-nowrap'>
|
||||
<span className={`px-2 py-1 text-xs rounded-full whitespace-nowrap ${!source.disabled ? 'bg-green-100 dark:bg-green-900/20 text-green-800 dark:text-green-300' : 'bg-red-100 dark:bg-red-900/20 text-red-800 dark:text-red-300'}`}>
|
||||
|
||||
Reference in New Issue
Block a user