mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: sort article search
This commit is contained in:
@@ -17,6 +17,7 @@ class SearchPanelController extends CommonController {
|
||||
int? tids;
|
||||
int? orderSort;
|
||||
int? userType;
|
||||
int? categoryId;
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
@@ -75,5 +76,6 @@ class SearchPanelController extends CommonController {
|
||||
tids: tids,
|
||||
orderSort: orderSort,
|
||||
userType: userType,
|
||||
categoryId: categoryId,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user