From 64e1de9a3ee0d9862bade4ed95582c0aa28138b5 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sat, 11 Feb 2023 13:58:43 +0800 Subject: [PATCH] opt key.js --- core/team/plan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/team/plan.go b/core/team/plan.go index 3adcb87a..394e783c 100644 --- a/core/team/plan.go +++ b/core/team/plan.go @@ -56,7 +56,7 @@ const PLAN = "plan" func init() { Index.MergeCommands(ice.Commands{ - PLAN: {Name: "plan scale=week,day,week,month,year,long begin_time@date list", Help: "计划", Actions: ice.MergeActions(ice.Actions{ + PLAN: {Name: "plan scale=week,day,week,month,year,long begin_time@date place@province list", Help: "计划", Actions: ice.MergeActions(ice.Actions{ mdb.INPUTS: {Hand: func(m *ice.Message, arg ...string) { m.Cmdy(TODO, mdb.INPUTS, arg) }}, mdb.PLUGIN: {Name: "plugin extra.index extra.args", Hand: func(m *ice.Message, arg ...string) { m.Cmdy(TASK, mdb.MODIFY, arg) }}, mdb.INSERT: {Name: "insert zone* type=once,step,week name* text begin_time@date close_time@date", Hand: func(m *ice.Message, arg ...string) {