From 2295410e1b63373bd8b292cc27b569110ff0f733 Mon Sep 17 00:00:00 2001 From: whm <973418690@qq.com> Date: Wed, 25 Mar 2026 17:08:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E9=A1=B5=EF=BC=9A=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=9C=AC=E7=AB=99/=E5=A4=96=E9=93=BE=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- web/src/views/LiveRoom.vue | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/web/src/views/LiveRoom.vue b/web/src/views/LiveRoom.vue index 18983bd..e6c6a71 100644 --- a/web/src/views/LiveRoom.vue +++ b/web/src/views/LiveRoom.vue @@ -9,11 +9,6 @@

本站直播(WebRTC)

-

- 仅管理后台 → 视频直播开播可推流;开播后全站画中画与本页播放。若一直黑屏但状态显示「正在播放」,多为 ICE 未通:服务端需配置 - LIVE_PUBLIC_IP(公网 IP)与 - LIVE_ICE_SERVERS(含 TURN)。 -

{{ watchStatus }}

@@ -156,20 +147,6 @@ onUnmounted(() => { color: rgba(255, 255, 255, 0.92); margin: 0 0 10px; } -.live-block-desc { - font-size: 13px; - line-height: 1.7; - color: rgba(255, 255, 255, 0.52); - margin: 0 0 12px; -} -.live-inline-link { - color: #00d4ff; - text-decoration: none; - font-weight: 600; -} -.live-inline-link:hover { - text-decoration: underline; -} .live-watch-status { font-size: 13px; color: #00d4ff; @@ -179,12 +156,6 @@ onUnmounted(() => { .live-room-actions { margin-top: 8px; } -.live-room-hint { - margin-top: 14px; - font-size: 13px; - color: rgba(255, 255, 255, 0.45); - line-height: 1.6; -} .live-room-btn { display: inline-flex; align-items: center;