mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +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: const EdgeInsets.only(left: 4),
|
||||
child: Image.asset(
|
||||
'assets/images/live/live_@28h.gif',
|
||||
'assets/images/live/live.gif',
|
||||
width: 48,
|
||||
height: 15,
|
||||
),
|
||||
|
||||
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user