update

This commit is contained in:
landaiqing
2024-10-04 23:52:45 +08:00
parent c5b1207f89
commit 87afe5bf27
17 changed files with 348 additions and 143 deletions

View File

@@ -101,5 +101,7 @@ export default {
replySuccess: 'reply success',
replyError: 'reply failed',
illegalImage: 'illegal image',
loadingMore: 'loading more',
noMore: 'no more',
}
};

View File

@@ -100,6 +100,8 @@ export default {
replySuccess: '回复成功!',
replyError: '回复失败!',
illegalImage: ' 非法图片!',
loadingMore: '加载更多',
noMore: '没有更多了',
}
};