mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user