chore: update search page

This commit is contained in:
Simon Ding
2024-07-16 20:01:53 +08:00
parent 6bc3a6f49e
commit 5ac915caef

View File

@@ -66,8 +66,8 @@ class _SearchPageState extends ConsumerState<SearchPage> {
width: 10,
),
item.mediaType == "tv"
? const Icon(Icons.live_tv)
: const Icon(Icons.movie)
? const Chip(avatar: Icon(Icons.live_tv),label: Text("电视剧",))
: const Chip(avatar: Icon(Icons.movie),label: Text("电影"))
],
),
const Text(""),