mod: show search count

This commit is contained in:
bggRGjQaUbCoE
2024-09-28 22:30:00 +08:00
parent 4a82c949af
commit 5e8e6b674f
6 changed files with 107 additions and 34 deletions

View File

@@ -4,6 +4,8 @@ class SearchResultController extends GetxController {
String? keyword;
int tabIndex = 0;
RxList<int> count = List.generate(5, (_) => -1).toList().obs;
@override
void onInit() {
super.onInit();