Skip to content

Commit

Permalink
doc:修改文案
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoTH committed Sep 6, 2024
1 parent b158b1f commit 03cb03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const LocalPluginLog: React.FC<LocalPluginLogProps> = React.memo((props)
interface LocalListProps {
list: LocalPluginLogList[]
}
/**图标统计 */
/**统计图表 */
export const LocalList: React.FC<LocalListProps> = React.memo((props) => {
const {list} = props
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ const PluginExecuteLog: React.FC<PluginExecuteLogProps> = React.memo((props) =>
type: "plugin-log"
},
{
name: "图标统计",
name: "统计图表",
icon: <OutlineChartpieIcon />,
number: echartsLists.length,
type: "echarts-statistics"
Expand Down

0 comments on commit 03cb03e

Please sign in to comment.