mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 13:25:49 +08:00
pgc review sort
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -11,3 +11,12 @@ enum PgcReviewType {
|
||||
required this.api,
|
||||
});
|
||||
}
|
||||
|
||||
enum PgcReviewSortType {
|
||||
def('默认', 0),
|
||||
latest('最新', 1);
|
||||
|
||||
final int sort;
|
||||
final String label;
|
||||
const PgcReviewSortType(this.label, this.sort);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user