From bb89f65e0f1da75230e5890890fc3d0e1b9acb71 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Mon, 12 Jan 2026 12:08:16 +0800 Subject: [PATCH] update+title --- src/factory/lessons/detail/index.jsx | 4 ++-- src/factory/lessons/index.jsx | 8 ++++---- src/factory/resource/factoryVersion/index.jsx | 4 ++-- .../Main/projecthome/v2/components/communityDynamic.jsx | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/factory/lessons/detail/index.jsx b/src/factory/lessons/detail/index.jsx index b958b641f..a2d78d1eb 100644 --- a/src/factory/lessons/detail/index.jsx +++ b/src/factory/lessons/detail/index.jsx @@ -8,7 +8,7 @@ import RenderHtml from '../../../components/render-html'; import { Breadcrumb } from 'antd'; import { getSourceDetail, httpUrl, getSourceList } from '../../api'; import { downloadFunc } from '../../../forge/Utils/utils' -import { docId, } from '../../../constants/factory' +import { docId, standardId } from '../../../constants/factory' import '../../common.scss' import { Base64 } from 'js-base64'; @@ -61,7 +61,7 @@ function Index(props) {

{detail.name}

{detail.summary}

{ - detail.keywords === docId && + (detail.keywords === docId || detail.keywords===standardId) && -

{item.summary}

+

{item.summary}

@@ -315,10 +315,10 @@ function Index(props) { { manualList.slice(0, 2).map((item, index) => { - const nameList = item.name.split('软件工厂') + // const nameList = item.name.split('软件工厂') return
- {index === 0 ?
{item.name}
:
软件工厂
{nameList[1]}
} + {index === 0 ?
{item.name}
:
{item.name}
}

{item.summary}

{ manualList.slice(0, 3).map((item, index) => { - const nameList = item.name.split('软件工厂') + // const nameList = item.name.split('软件工厂') return
- {index === 0 ?
{item.name}
:
软件工厂
{nameList[1]}
} + {index === 0 ?
{item.name}
:
{item.name}
}

{item.summary}