From f622144809e312788b6d70690336b01703ccd8b0 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 18 Feb 2024 16:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2=E5=BC=95?= =?UTF-8?q?=E6=93=8E=E6=98=BE=E7=A4=BA=E7=9A=84=E7=BB=93=E6=9E=9C=E3=80=81?= =?UTF-8?q?=E5=85=8D=E8=B4=B9=E7=A4=BC=E7=89=A9=E6=96=87=E5=AD=97=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/public/index.html | 2 ++ frontend/src/components/ChatRenderer/constants.js | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 30e2c34..fb19663 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -6,6 +6,8 @@ + + blivechat diff --git a/frontend/src/components/ChatRenderer/constants.js b/frontend/src/components/ChatRenderer/constants.js index cb89867..3b6a168 100644 --- a/frontend/src/components/ChatRenderer/constants.js +++ b/frontend/src/components/ChatRenderer/constants.js @@ -46,10 +46,10 @@ const PRICE_CONFIGS = [ colors: { contentBg: 'rgba(153, 236, 255, 1)', headerBg: 'rgba(153, 236, 255, 1)', - header: 'rgba(255,255,255,1)', - authorName: 'rgba(255,255,255,0.701961)', - time: 'rgba(255,255,255,0.501961)', - content: 'rgba(255,255,255,1)' + header: 'rgba(0,0,0,1)', + authorName: 'rgba(0,0,0,0.701961)', + time: 'rgba(0,0,0,0.501961)', + content: 'rgba(0,0,0,1)' }, pinTime: 0, priceLevel: 0,