feat: restore change source button

This commit is contained in:
shinya
2025-06-25 01:11:42 +08:00
parent 48392c89f1
commit d5bfcee964

View File

@@ -556,6 +556,14 @@ function PlayPageClient() {
setShowEpisodePanel(true);
},
},
{
position: 'right',
html: '换源',
tooltip: '更换视频源',
click: function () {
handleSourcePanelOpen();
},
},
],
});