mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-26 03:56:45 +08:00
@@ -158,10 +158,10 @@ class _SearchResultPageState extends State<SearchResultPage>
|
||||
.map(
|
||||
(item) => switch (item) {
|
||||
// SearchType.all => SearchAllPanel(
|
||||
// tag: _tag,
|
||||
// searchType: item,
|
||||
// keyword: _searchResultController.keyword,
|
||||
// ),
|
||||
// tag: _tag,
|
||||
// searchType: item,
|
||||
// keyword: _searchResultController.keyword,
|
||||
// ),
|
||||
SearchType.video => SearchVideoPanel(
|
||||
tag: _tag,
|
||||
searchType: item,
|
||||
|
||||
Reference in New Issue
Block a user