From 119ed17961a947632c0abb35921b96d813c3bb96 Mon Sep 17 00:00:00 2001 From: ZLY Date: Tue, 2 Dec 2025 14:46:31 +0800 Subject: [PATCH] =?UTF-8?q?chore(logBar):=20=E6=9A=82=E6=97=B6=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E7=BB=84=E4=BB=B6=E6=97=A5=E5=BF=97=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ideContainer/logBar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/ideContainer/logBar.tsx b/src/pages/ideContainer/logBar.tsx index 554cfc3..1271cb8 100644 --- a/src/pages/ideContainer/logBar.tsx +++ b/src/pages/ideContainer/logBar.tsx @@ -40,11 +40,11 @@ const data = [ title: '运行数据', content: '运行数据日志...' }, - { - key: '4', - title: '组件日志', - content: '组件日志...' - } + // { + // key: '4', + // title: '组件日志', + // content: '组件日志...' + // } ]; const LogBar: React.FC = () => {