feat:优化加载提示文案

This commit is contained in:
2025-12-03 10:16:27 +08:00
parent 5befd4d1c8
commit 76e45db37d

View File

@@ -65,7 +65,7 @@ class PullRefreshListWidget extends StatelessWidget {
footer: footer ??
ClassicFooter(
loadingText: '正在加载...',
noDataText: '没有更多数据',
noDataText: '暂无更多数据~',
idleText: '加载更多',
failedText: '加载失败',
canLoadingText: '松开加载更多',