From 03cb03e853ccb579baf146de3c9ae3ddebdab086 Mon Sep 17 00:00:00 2001 From: luoluo <1425735414@qq.com> Date: Fri, 6 Sep 2024 10:49:35 +0800 Subject: [PATCH] =?UTF-8?q?doc:=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/operator/pluginExecuteResult/LocalPluginLog.tsx | 2 +- .../operator/pluginExecuteResult/PluginExecuteResult.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.tsx b/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.tsx index 7ad96602a3..8db1a0c3bc 100644 --- a/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.tsx +++ b/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/LocalPluginLog.tsx @@ -118,7 +118,7 @@ export const LocalPluginLog: React.FC = React.memo((props) interface LocalListProps { list: LocalPluginLogList[] } -/**图标统计 */ +/**统计图表 */ export const LocalList: React.FC = React.memo((props) => { const {list} = props return ( diff --git a/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/PluginExecuteResult.tsx b/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/PluginExecuteResult.tsx index e09ece3dda..c2a44af697 100644 --- a/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/PluginExecuteResult.tsx +++ b/app/renderer/src/main/src/pages/plugins/operator/pluginExecuteResult/PluginExecuteResult.tsx @@ -341,7 +341,7 @@ const PluginExecuteLog: React.FC = React.memo((props) => type: "plugin-log" }, { - name: "图标统计", + name: "统计图表", icon: , number: echartsLists.length, type: "echarts-statistics"