From ed57f7ec1078acc4d59bb5445d6b614049d59048 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Sat, 2 May 2026 15:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=A7=86=E9=A2=91=E6=BA=90?= =?UTF-8?q?=E8=BF=87=E5=A4=9A=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/admin/page.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 9aca2d1..1112ca8 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -14697,6 +14697,24 @@ function AdminPageClient() { )} + {/* 视频源过多提示 */} + {config && (config.SourceConfig?.length ?? 0) > 50 && ( +
+
+
+ + + +
+
+

+ 当前视频源数量较多,可能会拖慢搜索与优选速度,建议适当精简 +

+
+
+
+ )} + {/* 配置文件标签 - 仅站长可见 */} {role === 'owner' && (