mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
chore: update live icon
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
BIN
assets/images/live/live.gif
Normal file
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 |
@@ -60,7 +60,7 @@ class HotKeyword extends StatelessWidget {
|
|||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(left: 4),
|
padding: const EdgeInsets.only(left: 4),
|
||||||
child: Image.asset(
|
child: Image.asset(
|
||||||
'assets/images/live/live_@28h.gif',
|
'assets/images/live/live.gif',
|
||||||
width: 48,
|
width: 48,
|
||||||
height: 15,
|
height: 15,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ class _SearchTrendingPageState extends State<SearchTrendingPage> {
|
|||||||
] else if (item.showLiveIcon == true) ...[
|
] else if (item.showLiveIcon == true) ...[
|
||||||
const SizedBox(width: 4),
|
const SizedBox(width: 4),
|
||||||
Image.asset(
|
Image.asset(
|
||||||
'assets/images/live/live_@28h.gif',
|
'assets/images/live/live.gif',
|
||||||
width: 51,
|
width: 51,
|
||||||
height: 16,
|
height: 16,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user