mirror of
https://shylinux.com/x/icebergs
synced 2025-04-28 18:22:02 +08:00
opt some
This commit is contained in:
parent
6959aae1fe
commit
8dbd66f22b
@ -14,7 +14,7 @@ const EPIC = "epic"
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
Index.MergeCommands(ice.Commands{
|
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.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) {
|
}, 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) {
|
if mdb.HashSelect(m, arg...).Tables(func(value ice.Maps) {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
chapter "团队"
|
chapter "团队"
|
||||||
|
|
||||||
field "任务" web.team.task
|
field web.team.todo
|
||||||
field "计划" web.team.plan
|
field web.team.epic
|
||||||
|
field web.team.task
|
||||||
|
field web.team.plan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user