From e52907cd95eccb57390a568628a99b95d9ea7094 Mon Sep 17 00:00:00 2001 From: thoulee Date: Thu, 9 Jan 2025 09:17:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(Logcat):=20=E6=9B=B4=E6=96=B0=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E7=BB=93=E6=9E=84=EF=BC=8C=E6=B7=BB=E5=8A=A0Portal.Ho?= =?UTF-8?q?st=E4=BB=A5=E4=BC=98=E5=8C=96=E7=BB=84=E4=BB=B6=E6=B8=B2?= =?UTF-8?q?=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/logcat.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/pages/logcat.tsx b/src/pages/logcat.tsx index f21e1b6..d0b7b1a 100644 --- a/src/pages/logcat.tsx +++ b/src/pages/logcat.tsx @@ -151,7 +151,7 @@ export const Logcat = () => { ), []); return ( - <> + { { if (logsRef.current) { @@ -206,18 +207,22 @@ export const Logcat = () => { + > + Cancel + + > + OK + - + ); };