feat: sort article search

This commit is contained in:
bggRGjQaUbCoE
2024-09-28 12:30:40 +08:00
parent 80f8c88d0d
commit 579ed0103a
3 changed files with 265 additions and 79 deletions

View File

@@ -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,
);
}