mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-01 23:59:50 +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
@@ -133,7 +133,7 @@ abstract final class PgcHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> pgcReviewLike({
|
||||
static Future<LoadingState<void>> pgcReviewLike({
|
||||
required Object mediaId,
|
||||
required Object reviewId,
|
||||
}) async {
|
||||
@@ -154,7 +154,7 @@ abstract final class PgcHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> pgcReviewDislike({
|
||||
static Future<LoadingState<void>> pgcReviewDislike({
|
||||
required Object mediaId,
|
||||
required Object reviewId,
|
||||
}) async {
|
||||
@@ -175,7 +175,7 @@ abstract final class PgcHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> pgcReviewPost({
|
||||
static Future<LoadingState<void>> pgcReviewPost({
|
||||
required Object mediaId,
|
||||
required int score,
|
||||
required String content,
|
||||
@@ -199,7 +199,7 @@ abstract final class PgcHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> pgcReviewMod({
|
||||
static Future<LoadingState<void>> pgcReviewMod({
|
||||
required Object mediaId,
|
||||
required int score,
|
||||
required String content,
|
||||
@@ -223,7 +223,7 @@ abstract final class PgcHttp {
|
||||
}
|
||||
}
|
||||
|
||||
static Future<LoadingState<Null>> pgcReviewDel({
|
||||
static Future<LoadingState<void>> pgcReviewDel({
|
||||
required Object mediaId,
|
||||
required Object reviewId,
|
||||
}) async {
|
||||
|
||||
Reference in New Issue
Block a user