From 6cdef3f7e26fe65aa8583cd3673730e58fcf083e Mon Sep 17 00:00:00 2001 From: mtvpls Date: Tue, 20 Jan 2026 19:27:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=BB=9C=E7=9B=B4=E6=92=AD=E6=BA=90?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=88=97=E8=A1=A8=EF=BC=8C=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/admin/page.tsx | 77 ++++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 36 deletions(-) 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' && ( + <> + + + + )} +