1
0
forked from x/icebergs
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-01-08 21:47:46 +08:00
parent 216941a389
commit e0fec66989

View File

@ -47,7 +47,7 @@ func init() {
}) })
}) })
}}, }},
}, web.DreamAction()), Hand: func(m *ice.Message, arg ...string) { }, web.DreamAction(), ctx.ConfAction(ctx.TOOLS, web.DREAM)), Hand: func(m *ice.Message, arg ...string) {
if len(arg) == 0 { if len(arg) == 0 {
m.Cmdy(web.SPIDE).RenameAppend(web.CLIENT_NAME, REPOS, web.CLIENT_URL, ORIGIN).Cut("time,repos,origin") m.Cmdy(web.SPIDE).RenameAppend(web.CLIENT_NAME, REPOS, web.CLIENT_URL, ORIGIN).Cut("time,repos,origin")
return return
@ -70,6 +70,7 @@ func init() {
// m.Echo(kit.Formats(value)) // m.Echo(kit.Formats(value))
}) })
m.RenameAppend(CLONE_URL, REPOS).Action(ORIGIN).Display("") m.RenameAppend(CLONE_URL, REPOS).Action(ORIGIN).Display("")
ctx.Toolkit(m, "")
}}, }},
}) })
} }