From 0dda76914a8b6d1c27ab759b6591fdd60b149f54 Mon Sep 17 00:00:00 2001 From: ZLY Date: Wed, 22 Oct 2025 09:33:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(orchestration):=20=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E7=BB=84=E4=BB=B6=E4=BF=A1=E6=81=AF=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/orchestration/appCompComponent/compInfo.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/orchestration/appCompComponent/compInfo.tsx b/src/pages/orchestration/appCompComponent/compInfo.tsx index 2bb7831..de064e1 100644 --- a/src/pages/orchestration/appCompComponent/compInfo.tsx +++ b/src/pages/orchestration/appCompComponent/compInfo.tsx @@ -109,14 +109,14 @@ const CompInfo = ({ currentCompInfo }) => {
{currentCompInfo.name || currentCompInfo?.main?.name}
- -
+ {currentCompInfo.def ? (
+
{currentCompInfo.identifier}
分类:{currentCompInfo.componentClassify}
语言:{currentCompInfo.codeLanguage}
-
+
) : null}
{currentCompInfo.description ? currentCompInfo.description : ' - '}