🚸 添加Hint

This commit is contained in:
目棃
2024-12-16 11:57:24 +08:00
parent 24e3f11c4a
commit 582d2cffb8
2 changed files with 5 additions and 0 deletions

View File

@@ -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();
}