From 25f9b20301c3a735067a1e2a25285090497dcfbd Mon Sep 17 00:00:00 2001 From: shaoying Date: Mon, 18 Oct 2021 00:38:24 +0800 Subject: [PATCH] opt some --- 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 71b9257d..b1e23525 100644 --- a/core/team/plan.go +++ b/core/team/plan.go @@ -35,7 +35,7 @@ const PLAN = "plan" func init() { Index.Merge(&ice.Context{ Commands: map[string]*ice.Command{ - PLAN: {Name: "plan scale=week,day,week,month,year,long begin_time@date auto insert export import", Help: "计划", Meta: kit.Dict( + PLAN: {Name: "plan scale=week,day,week,month,year,long begin_time@date place@province auto insert export import", Help: "计划", Meta: kit.Dict( ice.Display("/plugin/local/team/plan.js", PLAN), ), Action: map[string]*ice.Action{ mdb.INSERT: {Name: "insert zone type=once,step,week name text begin_time@date close_time@date", Help: "添加", Hand: func(m *ice.Message, arg ...string) {