diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 3ae7c85..3d0fcf9 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -556,6 +556,14 @@ function PlayPageClient() { setShowEpisodePanel(true); }, }, + { + position: 'right', + html: '换源', + tooltip: '更换视频源', + click: function () { + handleSourcePanelOpen(); + }, + }, ], });