opt: reply footer

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-11 14:48:47 +08:00
parent 279f586a90
commit f9b4f587c2
5 changed files with 5 additions and 19 deletions

View File

@@ -556,7 +556,7 @@ class _ArticlePageState extends State<ArticlePage>
bottom: MediaQuery.of(context).padding.bottom),
height: 125,
child: Text(
_articleCtr.isEnd.not ? '加载中...' : '没有更多了',
_articleCtr.isEnd ? '没有更多了' : '加载中...',
style: TextStyle(
fontSize: 12,
color: theme.colorScheme.outline,