缩短弹窗通知显示时间

This commit is contained in:
pllx
2026-05-05 22:03:18 +08:00
parent 645fe2a830
commit 41522393de
9 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ export function bindChatEvents() {
message: t.message || "",
icon: t.icon || "💬",
color: t.color || "#336699",
duration: t.duration ?? 8000,
duration: t.duration ?? 3000,
});
}
});