From dd83d6040d28321261ffc6d1e273fc87f132e708 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sat, 24 Sep 2022 11:14:32 +0800 Subject: [PATCH] opt some --- core/chat/iframe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chat/iframe.go b/core/chat/iframe.go index 54f52ccf..04e27e9f 100644 --- a/core/chat/iframe.go +++ b/core/chat/iframe.go @@ -11,7 +11,7 @@ const IFRAME = "iframe" func init() { Index.MergeCommands(ice.Commands{ - IFRAME: {Name: "iframe hash auto", Help: "网页", Actions: ice.MergeActions(ice.Actions{ + IFRAME: {Name: "iframe hash auto", Help: "浏览器", Actions: ice.MergeActions(ice.Actions{ mdb.CREATE: {Name: "create link name type", Help: "创建"}, }, mdb.HashAction(mdb.SHORT, mdb.LINK, mdb.FIELD, "time,hash,type,name,link")), Hand: func(m *ice.Message, arg ...string) { if mdb.HashSelect(m, arg...); len(arg) == 0 || arg[0] == "" {