Skip to content

Commit

Permalink
feat: 文案修改 (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin authored Sep 27, 2024
1 parent ca993c8 commit 12990ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export const PluginResultUI: React.FC<PluginResultUIProp> = React.memo((props) =
></CurrentHttpFlow>
</TabPane>
)}
<TabPane tab={"基础插件信息 / 日志"} key={finalFeatures.length > 0 ? "log" : "feature-0"}>
<TabPane tab={"日志"} key={finalFeatures.length > 0 ? "log" : "feature-0"}>
{
<>
<AutoCard
Expand Down

0 comments on commit 12990ca

Please sign in to comment.