mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt loading res
Closes #1080 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB |
BIN
assets/images/loading.webp
Normal file
BIN
assets/images/loading.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
@@ -1626,9 +1626,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Image.asset(
|
||||
'assets/images/loading.gif',
|
||||
'assets/images/loading.webp',
|
||||
height: 25,
|
||||
semanticLabel: "加载中",
|
||||
color: Colors.white,
|
||||
),
|
||||
if (plPlayerController.isBuffering.value)
|
||||
Obx(() {
|
||||
|
||||
Reference in New Issue
Block a user