feat: 热搜关键词
This commit is contained in:
@ -37,7 +37,9 @@ class HomeAppBar extends StatelessWidget {
|
||||
),
|
||||
actions: [
|
||||
IconButton(
|
||||
onPressed: () {},
|
||||
onPressed: () {
|
||||
Get.toNamed('/search');
|
||||
},
|
||||
icon: const Icon(CupertinoIcons.search, size: 22),
|
||||
),
|
||||
// IconButton(
|
||||
|
Reference in New Issue
Block a user