diff --git a/core/chat/header.go b/core/chat/header.go index 22eddaa5..1376518a 100644 --- a/core/chat/header.go +++ b/core/chat/header.go @@ -71,7 +71,7 @@ const HEADER = "header" func init() { Index.Merge(&ice.Context{Configs: map[string]*ice.Config{ - HEADER: {Name: HEADER, Help: "标题栏", Value: kit.Data(aaa.LOGIN, kit.List("登录", "扫码", "授权"))}, + HEADER: {Name: HEADER, Help: "标题栏", Value: kit.Data(aaa.LOGIN, kit.List("登录", "扫码"))}, }, Commands: map[string]*ice.Command{ web.WEB_LOGIN: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { switch arg[0] {