feat: remove change source button, exit fullscreen when changing episodes

This commit is contained in:
shinya
2025-06-22 22:03:12 +08:00
parent e188a41d23
commit bf34162998

View File

@@ -516,17 +516,12 @@ function PlayPageClient() {
html: '选集',
tooltip: '选择集数',
click: function () {
if (artPlayerRef.current && artPlayerRef.current.fullscreen) {
artPlayerRef.current.fullscreen = false;
}
setShowEpisodePanel(true);
},
},
{
position: 'right',
html: '换源',
tooltip: '更换视频源',
click: function () {
handleSourcePanelOpen();
},
},
],
});