From 9829b5c3ef1661b17d87cc2243e41f4acf681280 Mon Sep 17 00:00:00 2001 From: shy Date: Wed, 20 Dec 2023 13:53:56 +0800 Subject: [PATCH] add some --- base/web/option.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/web/option.go b/base/web/option.go index 99f1c53f..c8fc4c3f 100644 --- a/base/web/option.go +++ b/base/web/option.go @@ -170,7 +170,7 @@ func GoToast(m *ice.Message, title string, cb func(toast func(name string, count toast(kit.JoinWord(list...), len(list), _total) } else { icon = Icons[ice.SUCCESS] - m.Option(ice.TOAST_DURATION, "3s") + m.Option(ice.TOAST_DURATION, "1s") toast(ice.SUCCESS, _total, _total) } m.Sleep(m.Option(ice.TOAST_DURATION))