mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 15:10:49 +08:00
chore: update search page
This commit is contained in:
@@ -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(""),
|
||||
|
||||
Reference in New Issue
Block a user