Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-25 11:54:50 +08:00
parent 4eaf16f500
commit 8ff71c44ca
3 changed files with 17 additions and 143 deletions

View File

@@ -24,5 +24,7 @@ abstract class CommonDynController extends ReplyController<MainListReply> {
);
@override
List<ReplyInfo>? getDataList(MainListReply response) => response.replies;
List<ReplyInfo>? getDataList(MainListReply response) {
return response.replies;
}
}