forked from x/icebergs
opt some
This commit is contained in:
parent
6959aae1fe
commit
8dbd66f22b
@ -14,7 +14,7 @@ const EPIC = "epic"
|
||||
|
||||
func init() {
|
||||
Index.MergeCommands(ice.Commands{
|
||||
EPIC: {Name: "epic hash list", Help: "史记", Actions: ice.MergeActions(ice.Actions{
|
||||
EPIC: {Name: "epic hash auto", Help: "史记", Actions: ice.MergeActions(ice.Actions{
|
||||
mdb.CREATE: {Name: "create time@date zone name"}, mdb.MODIFY: {Name: "modify time@date zone name"},
|
||||
}, mdb.HashAction(mdb.FIELD, "time,hash,zone,name")), Hand: func(m *ice.Message, arg ...string) {
|
||||
if mdb.HashSelect(m, arg...).Tables(func(value ice.Maps) {
|
||||
|
@ -1,5 +1,6 @@
|
||||
chapter "团队"
|
||||
|
||||
field "任务" web.team.task
|
||||
field "计划" web.team.plan
|
||||
|
||||
field web.team.todo
|
||||
field web.team.epic
|
||||
field web.team.task
|
||||
field web.team.plan
|
||||
|
Loading…
x
Reference in New Issue
Block a user