Optimize plugin display (#1578)

* Update package.json

* Update PluginMarketComponent.tsx

* Update PluginMarketComponent.tsx

* Update PluginMarketComponent.tsx

* Update package.json
This commit is contained in:
TwperBody
2025-07-19 16:47:34 +08:00
committed by GitHub
parent 878ab0ef6b
commit 2d1737da1f

View File

@@ -39,7 +39,7 @@ export default function PluginMarketComponent({
const [sortByValue, setSortByValue] = useState<string>('pushed_at');
const [sortOrderValue, setSortOrderValue] = useState<string>('DESC');
const searchTimeout = useRef<NodeJS.Timeout | null>(null);
const pageSize = 10;
const pageSize = 12;
useEffect(() => {
initData();