Buffering... > 加载中... (#10)

This commit is contained in:
armv7a
2024-11-25 09:39:57 +08:00
committed by GitHub
parent a3d345e3ee
commit 0ebe4e9a80

View File

@@ -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));
}