refactor: simplify marketplace component structure by removing unused… (#29095)

This commit is contained in:
zhsama
2025-12-03 21:30:24 +08:00
committed by GitHub
parent 2e0c2e8482
commit 31481581e8
9 changed files with 44 additions and 127 deletions

View File

@@ -8,7 +8,7 @@ const PluginList = async () => {
return (
<PluginPage
plugins={<PluginsPanel />}
marketplace={<Marketplace locale={locale} pluginTypeSwitchClassName='top-[60px]' searchBoxAutoAnimate={false} showSearchParams={false} />}
marketplace={<Marketplace locale={locale} pluginTypeSwitchClassName='top-[60px]' showSearchParams={false} />}
/>
)
}