mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
show live rank
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
13
lib/models/common/live/live_contribution_rank_type.dart
Normal file
13
lib/models/common/live/live_contribution_rank_type.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
// ignore_for_file: constant_identifier_names
|
||||
|
||||
enum LiveContributionRankType {
|
||||
online_rank('在线榜', 'contribution_rank'),
|
||||
daily_rank('日榜', 'today_rank'),
|
||||
weekly_rank('周榜', 'current_week_rank'),
|
||||
monthly_rank('月榜', 'current_month_rank')
|
||||
;
|
||||
|
||||
final String title;
|
||||
final String sw1tch;
|
||||
const LiveContributionRankType(this.title, this.sw1tch);
|
||||
}
|
||||
Reference in New Issue
Block a user