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