From 6362c8f251941126039b8282cd6fc30e2e022036 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Mon, 22 Jun 2026 11:35:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=92=AD=E6=94=BE=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/play/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index cd377f8..34f786f 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -8969,9 +8969,9 @@ function PlayPageClient() { setVideoError('视频无法在浏览器中播放(已尝试代理,格式不兼容)'); } else if (currentSourceRef.current === 'directplay' && !currentUrl.includes('/api/proxy-m3u8')) { setCorsFailedUrl(currentUrl); - setVideoError('视频播放失败(格式不支持或跨域限制)'); + setVideoError('视频播放失败'); } else { - setVideoError('视频播放失败(格式不支持或跨域限制)'); + setVideoError('视频播放失败'); } } });