mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-11 20:47:52 +08:00
tweaks (#2032)
* fix: 1080p * opt: import export * opt: downloader * opt: skeleton * opt: parseColor * tweak * opt: sb seek * opt: rxn
This commit is contained in:
committed by
GitHub
parent
b7b40c557e
commit
f5dbfcec79
@@ -14,9 +14,9 @@ class PgcReviewController
|
||||
final PgcReviewType type;
|
||||
final dynamic mediaId;
|
||||
|
||||
Rx<int?> count = Rx<int?>(null);
|
||||
final count = RxnInt();
|
||||
String? next;
|
||||
Rx<PgcReviewSortType> sortType = PgcReviewSortType.def.obs;
|
||||
final sortType = PgcReviewSortType.def.obs;
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
|
||||
Reference in New Issue
Block a user