From 96638267945717952e1f9d35f484053b80461028 Mon Sep 17 00:00:00 2001 From: hole-thu Date: Mon, 20 Dec 2021 13:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=91=E7=AE=A1=E7=90=86=E5=91=98=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E8=A2=AB=E6=8B=89=E9=BB=91=E4=B8=8E=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Flows.css | 4 ++++ src/Flows.js | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/src/Flows.css b/src/Flows.css index 036d959..d3aade4 100644 --- a/src/Flows.css +++ b/src/Flows.css @@ -343,3 +343,7 @@ color: white; font-weight: bold; } + +.danger-info { + color: red; +} diff --git a/src/Flows.js b/src/Flows.js index 8cf1efb..d0aab43 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -155,6 +155,12 @@ class Reply extends PureComponent {   )} + {info.dangerous_user && ( + {info.dangerous_user} + )} + {info.blocked_count && ( + {info.blocked_count} + )}