chore: find more redirect to correct category (#29303)

This commit is contained in:
非法操作
2025-12-09 11:09:43 +08:00
committed by GitHub
parent 48efd2d174
commit a44b800c85
5 changed files with 10 additions and 4 deletions

View File

@@ -284,6 +284,7 @@ const AllTools = ({
wrapElemRef={wrapElemRef as RefObject<HTMLElement>}
list={notInstalledPlugins}
searchText={searchText}
category={PluginCategoryEnum.tool}
toolContentClassName={toolContentClassName}
tags={tags}
hideFindMoreFooter
@@ -315,7 +316,7 @@ const AllTools = ({
{shouldShowMarketplaceFooter && (
<Link
className={marketplaceFooterClassName}
href={getMarketplaceUrl('')}
href={getMarketplaceUrl('', { category: PluginCategoryEnum.tool })}
target='_blank'
>
<span>{t('plugin.findMoreInMarketplace')}</span>