chore: better url list

This commit is contained in:
oiov
2025-11-01 17:01:22 +08:00
parent e935adf4b6
commit 2ddafd6aec
19 changed files with 182 additions and 163 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export function PaginationWrapper({
size?: "small" | "medium" | "large";
}) {
// Page size options
const pageSizeOptions = [10, 20, 50, 100];
const pageSizeOptions = [10, 15, 20, 50, 100];
// Calculate total pages based on pageSize
const totalPages = Math.ceil(total / pageSize);