修复通知看不清问题

This commit is contained in:
yml
2026-05-22 22:02:45 +08:00
parent 4b6a12b08d
commit 14efed5ebf
10 changed files with 57 additions and 27 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ async function onRefresh() {
refreshing.value = true;
try {
listings.value = await fetchListings();
showToast("刷新成功");
showToast({ message: "刷新成功", icon: "passed" });
} catch {
// 静默处理
} finally {