mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
feat: sort zone of video search
This commit is contained in:
@@ -14,6 +14,7 @@ class SearchPanelController extends CommonController {
|
||||
RxString order = ''.obs;
|
||||
// 视频时长筛选 仅用于搜索视频
|
||||
RxInt duration = 0.obs;
|
||||
int? tids;
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
@@ -69,5 +70,6 @@ class SearchPanelController extends CommonController {
|
||||
page: currentPage,
|
||||
order: searchType!.type != 'video' ? null : order.value,
|
||||
duration: searchType!.type != 'video' ? null : duration.value,
|
||||
tids: tids,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user