feat: 退出\更新信息

This commit is contained in:
秋水浮尘
2023-11-20 00:17:52 +08:00
parent 3218fccf7c
commit 4ff59f5eda
11 changed files with 217 additions and 98 deletions

View File

@@ -181,7 +181,7 @@ const QuestionBank = () => {
<div className='loading-more'>
{questionList.length == 0
? '暂无数据'
? ''
: loading && !finished
? '努力加载中...'
: '我是有底线的(:'}