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"