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 = ({