mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-06 05:46:02 +00:00
feat(market): show 24 plugins per page
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user