mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-15 22:56:15 +08:00
Buffering... > 加载中... (#10)
This commit is contained in:
@@ -1241,7 +1241,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
Obx(() {
|
||||
if (plPlayerController.buffered.value ==
|
||||
Duration.zero) {
|
||||
return const Text('Buffering...',
|
||||
return const Text('加载中...',
|
||||
style: TextStyle(
|
||||
color: Colors.white, fontSize: 12));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user