diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 57757b2..570ca4b 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -10908,50 +10908,55 @@ const WebLiveConfig = ({ - - - - - + + + + + {webLiveSources.map((source) => ( - - - - + + + - ))}
名称直播类型房间ID状态操作名称直播类型房间ID状态操作
{source.name}{source.platform === 'huya' ? '虎牙' : source.platform}{source.roomId} - + +
{source.name}
+
{source.platform === 'huya' ? '虎牙' : source.platform} · {source.roomId}
+
{source.platform === 'huya' ? '虎牙' : source.platform}{source.roomId} + {!source.disabled ? '启用中' : '已禁用'} - - {source.from !== 'config' && ( - <> - - - - )} + +
+ + {source.from !== 'config' && ( + <> + + + + )} +