mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-10 19:20:12 +08:00
tweaks (#1862)
* opt: linter * tweaks * opt: TopImage * update * remove repaintBoundary [skip ci] --------- Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
99128b2641
commit
6cda3a1880
@@ -88,7 +88,7 @@ abstract final class ReplyHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> hateReply({
|
||||
static Future<LoadingState<void>> hateReply({
|
||||
required int type,
|
||||
required int action,
|
||||
required int oid,
|
||||
@@ -113,7 +113,7 @@ abstract final class ReplyHttp {
|
||||
}
|
||||
|
||||
// 评论点赞
|
||||
static Future<LoadingState<Null>> likeReply({
|
||||
static Future<LoadingState<void>> likeReply({
|
||||
required int type,
|
||||
required int oid,
|
||||
required int rpid,
|
||||
@@ -154,7 +154,7 @@ abstract final class ReplyHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> replyTop({
|
||||
static Future<LoadingState<void>> replyTop({
|
||||
required Object oid,
|
||||
required Object type,
|
||||
required Object rpid,
|
||||
@@ -178,7 +178,7 @@ abstract final class ReplyHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> report({
|
||||
static Future<LoadingState<void>> report({
|
||||
required Object rpid,
|
||||
required Object oid,
|
||||
required int reasonType,
|
||||
@@ -232,7 +232,7 @@ abstract final class ReplyHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> replySubjectModify({
|
||||
static Future<LoadingState<void>> replySubjectModify({
|
||||
required int oid,
|
||||
required int type,
|
||||
required int action,
|
||||
|
||||
Reference in New Issue
Block a user