1
0
mirror of https://shylinux.com/x/icebergs synced 2025-05-03 03:57:01 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-03-27 21:34:31 +08:00
parent a901d62c89
commit 63ab0a6a86
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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{}