feat: pugv (#927)

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
dom
2025-08-03 15:25:29 +08:00
committed by GitHub
parent cf835e330b
commit bd3d6cf34c
33 changed files with 596 additions and 421 deletions

View File

@@ -177,15 +177,13 @@ class ArticleController extends CommonDynController<MainListReply> {
}
@override
Future<LoadingState<MainListReply>> customGetData() {
return ReplyGrpc.mainList(
type: commentType,
oid: commentId,
mode: mode.value,
cursorNext: cursorNext,
offset: paginationReply?.nextOffset,
);
}
Future<LoadingState<MainListReply>> customGetData() => ReplyGrpc.mainList(
type: commentType,
oid: commentId,
mode: mode.value,
cursorNext: cursorNext,
offset: paginationReply?.nextOffset,
);
Future<void> onFav() async {
final favorite = stats.value?.favorite;