feat(market): show 24 plugins per page

This commit is contained in:
RockChinQ
2026-06-05 11:33:02 -04:00
parent 101e04db6d
commit e5b3cced1f

View File

@@ -145,7 +145,7 @@ function MarketPageContent({
}
}, [typeFilter, componentFilter, selectedTags, sortOption]);
const pageSize = 12; // 每页12个
const pageSize = 24; // 每页24
const searchTimeoutRef = useRef<NodeJS.Timeout | null>(null);
const scrollContainerRef = useRef<HTMLDivElement | null>(null);
const isComposingRef = useRef(false);