mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 02:24:44 +08:00
feat: remove change source button, exit fullscreen when changing episodes
This commit is contained in:
@@ -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();
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user