Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-21 12:46:34 +08:00
parent 5f3f158932
commit 604d78ad6a
161 changed files with 4873 additions and 4770 deletions

View File

@@ -88,7 +88,7 @@ class SearchVideoController
// sort
late final List<Map> filterList = ArchiveFilterType.values
.map((type) => {
'label': type.description,
'label': type.desc,
'type': type,
})
.toList();