mod: 获取收藏夹pageSize

This commit is contained in:
guozhigq
2024-04-19 23:43:23 +08:00
parent e2d07906dd
commit 5f0bb44bf1

View File

@ -13,7 +13,7 @@ class FavController extends GetxController {
Box userInfoCache = GStrorage.userInfo;
UserInfoData? userInfo;
int currentPage = 1;
int pageSize = 10;
int pageSize = 60;
RxBool hasMore = true.obs;
Future<dynamic> queryFavFolder({type = 'init'}) async {