From 00953ad831bc0588006d1b4be72617578d1c2581 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 May 2026 14:12:04 +0000 Subject: [PATCH] s --- .../live-product/LiveYoutubeUnmannedView.tsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/d2ypp2/web-console/components/live-product/LiveYoutubeUnmannedView.tsx b/d2ypp2/web-console/components/live-product/LiveYoutubeUnmannedView.tsx index 1c8a676..ad56ca8 100644 --- a/d2ypp2/web-console/components/live-product/LiveYoutubeUnmannedView.tsx +++ b/d2ypp2/web-console/components/live-product/LiveYoutubeUnmannedView.tsx @@ -1,6 +1,6 @@ "use client"; -import { Ban, Loader2, MonitorPlay, Plus, Radio, RefreshCw, Trash2 } from "lucide-react"; +import { Ban, ExternalLink, Loader2, MonitorPlay, Plus, Radio, RefreshCw, Trash2 } from "lucide-react"; import { useCallback, useEffect, useMemo, useRef, useState } from "react"; import { @@ -1493,6 +1493,23 @@ export function LiveYoutubeUnmannedView({ t={t} compact /> + {laneNeko ? ( + + ) : null} );