From d5bfcee964f573cb5454cf5d914373d12f7bbec6 Mon Sep 17 00:00:00 2001 From: shinya Date: Wed, 25 Jun 2025 01:11:42 +0800 Subject: [PATCH] feat: restore change source button --- src/app/play/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) 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(); + }, + }, ], });