From 76e45db37d73ae95f3ced7405f27d6c115ee15c3 Mon Sep 17 00:00:00 2001 From: wuxinglong Date: Wed, 3 Dec 2025 10:16:27 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BC=98=E5=8C=96=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/pull_refresh_widget/pull_refresh_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/pull_refresh_widget/pull_refresh_widget.dart b/lib/utils/pull_refresh_widget/pull_refresh_widget.dart index 1e5fdec..f056dd6 100644 --- a/lib/utils/pull_refresh_widget/pull_refresh_widget.dart +++ b/lib/utils/pull_refresh_widget/pull_refresh_widget.dart @@ -65,7 +65,7 @@ class PullRefreshListWidget extends StatelessWidget { footer: footer ?? ClassicFooter( loadingText: '正在加载...', - noDataText: '没有更多数据', + noDataText: '暂无更多数据~', idleText: '加载更多', failedText: '加载失败', canLoadingText: '松开加载更多',