From 0ebe4e9a802fedb0f8467a7210bb5c07143b6fcc Mon Sep 17 00:00:00 2001 From: armv7a Date: Mon, 25 Nov 2024 09:39:57 +0800 Subject: [PATCH] =?UTF-8?q?Buffering...=20>=20=E5=8A=A0=E8=BD=BD=E4=B8=AD.?= =?UTF-8?q?..=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/plugin/pl_player/view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index 81b8d394..58813f05 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -1241,7 +1241,7 @@ class _PLVideoPlayerState extends State Obx(() { if (plPlayerController.buffered.value == Duration.zero) { - return const Text('Buffering...', + return const Text('加载中...', style: TextStyle( color: Colors.white, fontSize: 12)); }