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 */} + +
+
+
+ )} {/* 频道列表 */}