feat: sort fav folder

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-12 18:50:19 +08:00
parent 0b867c254f
commit 8d633377ae
7 changed files with 258 additions and 55 deletions

View File

@@ -39,7 +39,7 @@ class FavController
@override
Future<LoadingState<FavFolderData>> customGetData() => UserHttp.userfavFolder(
pn: currentPage,
ps: 10,
ps: 20,
mid: mid,
);
}