From 63ab0a6a86560af518680e1cbb1a78545a68d806 Mon Sep 17 00:00:00 2001 From: shy Date: Sun, 27 Mar 2022 21:34:31 +0800 Subject: [PATCH] opt some --- core/team/plan.go | 2 +- misc/git/spide.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/team/plan.go b/core/team/plan.go index f66f3514..a838f702 100644 --- a/core/team/plan.go +++ b/core/team/plan.go @@ -66,7 +66,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 place@province auto insert export import", Help: "计划", Meta: kit.Dict( + PLAN: {Name: "plan scale=week,day,week,month,year,long begin_time@date auto", Help: "计划", Meta: kit.Dict( ice.Display("/plugin/local/team/plan.js"), ), Action: ice.MergeAction(map[string]*ice.Action{ mdb.INPUTS: {Name: "inputs", Help: "补全", Hand: func(m *ice.Message, arg ...string) { diff --git a/misc/git/spide.go b/misc/git/spide.go index d2b5640a..8e1f5a49 100644 --- a/misc/git/spide.go +++ b/misc/git/spide.go @@ -61,7 +61,7 @@ const SPIDE = "spide" func init() { Index.Merge(&ice.Context{Commands: map[string]*ice.Command{ - SPIDE: {Name: "spide repos auto depend", Help: "构架图", Action: ice.MergeAction(map[string]*ice.Action{ + SPIDE: {Name: "spide repos auto", Help: "构架图", Action: ice.MergeAction(map[string]*ice.Action{ code.INNER: {Name: "web.code.inner"}, "depend": {Name: "depend path=icebergs/base", Help: "依赖", Hand: func(m *ice.Message, arg ...string) { keys := map[string]bool{}