mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
@@ -18,8 +18,13 @@ class SearchPgcPanel extends CommonSearchPanel {
|
||||
State<SearchPgcPanel> createState() => _SearchPgcPanelState();
|
||||
}
|
||||
|
||||
class _SearchPgcPanelState extends CommonSearchPanelState<SearchPgcPanel,
|
||||
SearchPgcData, SearchPgcItemModel> {
|
||||
class _SearchPgcPanelState
|
||||
extends
|
||||
CommonSearchPanelState<
|
||||
SearchPgcPanel,
|
||||
SearchPgcData,
|
||||
SearchPgcItemModel
|
||||
> {
|
||||
@override
|
||||
late final controller = Get.put(
|
||||
SearchPanelController<SearchPgcData, SearchPgcItemModel>(
|
||||
|
||||
Reference in New Issue
Block a user