mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
10
lib/models/common/fav_order_type.dart
Normal file
10
lib/models/common/fav_order_type.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
enum FavOrderType {
|
||||
mtime('最近收藏'),
|
||||
view('最多播放'),
|
||||
pubtime('最近投稿'),
|
||||
;
|
||||
|
||||
final String label;
|
||||
|
||||
const FavOrderType(this.label);
|
||||
}
|
||||
Reference in New Issue
Block a user