diff --git a/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx b/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx index 0012ff26..14a0b9bc 100644 --- a/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx +++ b/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx @@ -145,7 +145,7 @@ function MarketPageContent({ } }, [typeFilter, componentFilter, selectedTags, sortOption]); - const pageSize = 12; // 每页12个 + const pageSize = 24; // 每页24个 const searchTimeoutRef = useRef(null); const scrollContainerRef = useRef(null); const isComposingRef = useRef(false);