This commit is contained in:
dukun 2023-02-02 18:58:05 +08:00
parent cfeb82a6a9
commit 15f0a6d610
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ public class Bili01 extends Spider {
list.put(result);
}
JSONObject result = new JSONObject();
int limit = 8;
int limit = tid.equals("recm") ? 11 : 20;
int page = Integer.parseInt(pg);
result.put("page", page);
int pageCount = list.length() >= limit ? page + 1 : page;