feat: search all

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-18 14:07:20 +08:00
parent f42a6200ed
commit 87a812b7e0
16 changed files with 593 additions and 207 deletions

View File

@@ -1,6 +1,6 @@
// ignore_for_file: constant_identifier_names
enum SearchType {
// all,
all,
// 视频video
video,
// 番剧media_bangumi,
@@ -25,7 +25,7 @@ enum SearchType {
extension SearchTypeExtension on SearchType {
String get label => [
// '综合',
'综合',
'视频',
'番剧',
'影视',