mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
feat: search video by pubtime
This commit is contained in:
@@ -20,6 +20,8 @@ class SearchPanelController extends CommonController {
|
||||
int? userType;
|
||||
int? categoryId;
|
||||
String? tag;
|
||||
int? pubBegin;
|
||||
int? pubEnd;
|
||||
late final searchResultController =
|
||||
Get.find<SearchResultController>(tag: tag);
|
||||
|
||||
@@ -103,5 +105,7 @@ class SearchPanelController extends CommonController {
|
||||
orderSort: orderSort,
|
||||
userType: userType,
|
||||
categoryId: categoryId,
|
||||
pubBegin: pubBegin,
|
||||
pubEnd: pubEnd,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user