缩短弹窗通知显示时间
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user