mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
@@ -26,18 +26,3 @@ enum SearchType {
|
||||
final String label;
|
||||
const SearchType(this.label, {this.hasHeader = false});
|
||||
}
|
||||
|
||||
// 搜索类型为视频、专栏及相簿时
|
||||
enum ArchiveFilterType {
|
||||
totalrank('默认排序'),
|
||||
click('播放多'),
|
||||
pubdate('新发布'),
|
||||
dm('弹幕多'),
|
||||
stow('收藏多'),
|
||||
scores('评论多');
|
||||
// 专栏
|
||||
// attention('最多喜欢'),
|
||||
|
||||
final String desc;
|
||||
const ArchiveFilterType(this.desc);
|
||||
}
|
||||
@@ -47,3 +47,18 @@ enum VideoZoneType {
|
||||
final int? tids;
|
||||
const VideoZoneType(this.label, {this.tids});
|
||||
}
|
||||
|
||||
// 搜索类型为视频、专栏及相簿时
|
||||
enum ArchiveFilterType {
|
||||
totalrank('默认排序'),
|
||||
click('播放多'),
|
||||
pubdate('新发布'),
|
||||
dm('弹幕多'),
|
||||
stow('收藏多'),
|
||||
scores('评论多');
|
||||
// 专栏
|
||||
// attention('最多喜欢'),
|
||||
|
||||
final String desc;
|
||||
const ArchiveFilterType(this.desc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user