mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
🚸 添加Hint
This commit is contained in:
@@ -232,6 +232,7 @@ async function freshPostData(): Promise<void> {
|
||||
posts.value = postsGet.list;
|
||||
lastId.value = postsGet.last_id;
|
||||
isLast.value = postsGet.is_last;
|
||||
showSnackbar.success(`刷新成功,共加载 ${postsGet.list.length} 条帖子`);
|
||||
await showLoading.end();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user