From 203c2f0456807a514a711b1abdd147d27915c99b Mon Sep 17 00:00:00 2001 From: yangzheli <43645580+yangzheli@users.noreply.github.com> Date: Wed, 26 Nov 2025 09:42:09 +0800 Subject: [PATCH] feat(web): update marketplace description & icon (#28662) --- .../plugins/marketplace/description/index.tsx | 16 ++++++++++------ .../plugin-detail-panel/detail-header.tsx | 4 ++-- web/app/components/plugins/plugin-item/index.tsx | 4 ++-- web/app/components/tools/marketplace/index.tsx | 4 ++++ 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/web/app/components/plugins/marketplace/description/index.tsx b/web/app/components/plugins/marketplace/description/index.tsx index 241a0e4977..db27f6bae4 100644 --- a/web/app/components/plugins/marketplace/description/index.tsx +++ b/web/app/components/plugins/marketplace/description/index.tsx @@ -37,27 +37,31 @@ const Description = async ({ ) } - {t('category.models')} + {t('category.models')} , - {t('category.tools')} + {t('category.tools')} , - {t('category.datasources')} + {t('category.datasources')} , - {t('category.agents')} + {t('category.triggers')} + + , + + {t('category.agents')} , - {t('category.extensions')} + {t('category.extensions')} {t('marketplace.and')} - {t('category.bundles')} + {t('category.bundles')} { !isZhHans && ( diff --git a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx index 44ddb8360e..555280268f 100644 --- a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx +++ b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx @@ -26,12 +26,12 @@ import { RiBugLine, RiCloseLine, RiHardDrive3Line, - RiVerifiedBadgeLine, } from '@remixicon/react' import { useBoolean } from 'ahooks' import { useTheme } from 'next-themes' import React, { useCallback, useMemo, useState } from 'react' import { useTranslation } from 'react-i18next' +import Verified from '../base/badges/verified' import { AutoUpdateLine } from '../../base/icons/src/vender/system' import DeprecationNotice from '../base/deprecation-notice' import Icon from '../card/base/card-icon' @@ -219,7 +219,7 @@ const DetailHeader = ({