mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-14 00:39:37 +08:00
feat: restore change source button
This commit is contained in:
@@ -556,6 +556,14 @@ function PlayPageClient() {
|
|||||||
setShowEpisodePanel(true);
|
setShowEpisodePanel(true);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
position: 'right',
|
||||||
|
html: '换源',
|
||||||
|
tooltip: '更换视频源',
|
||||||
|
click: function () {
|
||||||
|
handleSourcePanelOpen();
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user