diff --git a/core/team/todo.go b/core/team/todo.go index 2d8aebd8..ab5627bf 100644 --- a/core/team/todo.go +++ b/core/team/todo.go @@ -12,7 +12,7 @@ const TODO = "todo" func init() { Index.MergeCommands(ice.Commands{ - TODO: {Help: "待办", Actions: ice.MergeActions(ice.Actions{ + TODO: {Help: "待办", Icon: "Reminders.png", Actions: ice.MergeActions(ice.Actions{ mdb.INPUTS: {Hand: func(m *ice.Message, arg ...string) { mdb.HashInputs(m, arg).Cmdy(TASK, mdb.INPUTS, arg) }}, cli.START: {Name: "start type=once,step,week", Hand: func(m *ice.Message, arg ...string) { m.Cmd(TASK, mdb.INSERT, m.OptionSimple("zone,type,name,text"))