From 4caae86b1039af2ec0e87a12b24569cfe855e5ca Mon Sep 17 00:00:00 2001 From: asp_ly Date: Sat, 14 Dec 2024 12:23:49 +0800 Subject: [PATCH] 1 --- .../Design/components/NodeConfigModal.tsx | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/frontend/src/pages/Workflow/Definition/Design/components/NodeConfigModal.tsx b/frontend/src/pages/Workflow/Definition/Design/components/NodeConfigModal.tsx index 9160c642..141a0fe7 100644 --- a/frontend/src/pages/Workflow/Definition/Design/components/NodeConfigModal.tsx +++ b/frontend/src/pages/Workflow/Definition/Design/components/NodeConfigModal.tsx @@ -152,29 +152,29 @@ const NodeConfigDrawer: React.FC = ({ return ( <> 节点说明 -
-

{details.description}

- {details.features && details.features.length > 0 && ( -
- 功能特点: -
    - {details.features.map((feature, index) => ( -
  • {feature}
  • - ))} -
-
- )} - {details.scenarios && details.scenarios.length > 0 && ( -
- 适用场景: -
    - {details.scenarios.map((scenario, index) => ( -
  • {scenario}
  • - ))} -
-
- )} -
+ {/*
*/} + {/*

{details.description}

*/} + {/* {details.features && details.features.length > 0 && (*/} + {/*
*/} + {/* 功能特点:*/} + {/*
    */} + {/* {details.features.map((feature, index) => (*/} + {/*
  • {feature}
  • */} + {/* ))}*/} + {/*
*/} + {/*
*/} + {/* )}*/} + {/* {details.scenarios && details.scenarios.length > 0 && (*/} + {/*
*/} + {/* 适用场景:*/} + {/*
    */} + {/* {details.scenarios.map((scenario, index) => (*/} + {/*
  • {scenario}
  • */} + {/* ))}*/} + {/*
*/} + {/*
*/} + {/* )}*/} + {/*
*/} ); }; @@ -195,7 +195,7 @@ const NodeConfigDrawer: React.FC = ({ } > - {renderNodeDetails()} + {/*{renderNodeDetails()}*/} 节点配置