From 0cb192889efd593195947c32e59347e5a5a1ef6c Mon Sep 17 00:00:00 2001 From: mtvpls Date: Wed, 17 Dec 2025 22:36:10 +0800 Subject: [PATCH] =?UTF-8?q?live=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=A4=96=E9=83=A8=E6=92=AD=E6=94=BE=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/live/page.tsx | 137 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) diff --git a/src/app/live/page.tsx b/src/app/live/page.tsx index 5cad145..1429255 100644 --- a/src/app/live/page.tsx +++ b/src/app/live/page.tsx @@ -1329,6 +1329,143 @@ function LivePageClient() { )} + + {/* 外部播放器按钮 - 观影室同步状态下隐藏 */} + {videoUrl && !liveSync.isInRoom && ( +
+
+
+ {/* PotPlayer */} + + + {/* VLC */} + + + {/* MPV */} + + + {/* MX Player */} + + + {/* nPlayer */} + + + {/* IINA */} + +
+
+
+ )} {/* 频道列表 */}