opt msg item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-24 19:02:12 +08:00
parent 11fbd2ebed
commit 61bc4ce5b1
3 changed files with 19 additions and 23 deletions

View File

@@ -146,7 +146,7 @@ class MineController
Future<LoadingState<FavFolderData>> customGetData() {
return FavHttp.userfavFolder(
pn: 1,
ps: 5,
ps: 20,
mid: accountService.mid,
);
}