chore: update live icon

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-18 15:16:24 +08:00
parent 87a812b7e0
commit 1c4eb0766b
4 changed files with 2 additions and 2 deletions

BIN
assets/images/live/live.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -60,7 +60,7 @@ class HotKeyword extends StatelessWidget {
Padding(
padding: const EdgeInsets.only(left: 4),
child: Image.asset(
'assets/images/live/live_@28h.gif',
'assets/images/live/live.gif',
width: 48,
height: 15,
),

View File

@@ -203,7 +203,7 @@ class _SearchTrendingPageState extends State<SearchTrendingPage> {
] else if (item.showLiveIcon == true) ...[
const SizedBox(width: 4),
Image.asset(
'assets/images/live/live_@28h.gif',
'assets/images/live/live.gif',
width: 51,
height: 16,
),