1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
harveyshao 2022-10-21 22:18:56 +08:00
parent 6959aae1fe
commit 8dbd66f22b
2 changed files with 5 additions and 4 deletions

View File

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

View File

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