缩短弹窗通知显示时间
This commit is contained in:
@@ -525,7 +525,7 @@ function handleClaimResponse(response, data, button) {
|
||||
message: `恭喜您抢到了礼包 ${data.amount} ${typeLabel}!`,
|
||||
icon: "🧧",
|
||||
color: redPacketType === "exp" ? "#7c3aed" : "#dc2626",
|
||||
duration: 8000,
|
||||
duration: 3000,
|
||||
});
|
||||
|
||||
closeRedPacketModal();
|
||||
|
||||
Reference in New Issue
Block a user