fix: marketplace page size

This commit is contained in:
zxhlyh
2025-01-02 15:50:12 +08:00
parent 87ce813175
commit a514bde428

View File

@ -300,7 +300,7 @@ export const useMutationPluginsFromMarketplace = () => {
exclude, exclude,
type, type,
page = 1, page = 1,
pageSize = 20, pageSize = 40,
} = pluginsSearchParams } = pluginsSearchParams
return postMarketplace<{ data: PluginsFromMarketplaceResponse }>('/plugins/search/basic', { return postMarketplace<{ data: PluginsFromMarketplaceResponse }>('/plugins/search/basic', {
body: { body: {