From 5f3e62cf71c098891aac0c64e95a5a832e401280 Mon Sep 17 00:00:00 2001 From: shy Date: Mon, 8 Apr 2024 13:31:10 +0800 Subject: [PATCH] add some --- core/team/todo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))