mirror of
https://shylinux.com/x/community
synced 2025-04-25 17:48:06 +08:00
add some
This commit is contained in:
parent
97eca9990e
commit
ec06d53508
@ -108,7 +108,8 @@ func init() { ice.TeamCtxCmd(portal{Portal: Portal{Table: newTable()}}) }
|
|||||||
func (s Portal) Show(m *ice.Message, arg ...string) {
|
func (s Portal) Show(m *ice.Message, arg ...string) {
|
||||||
m.GoSleep("30ms", func() {
|
m.GoSleep("30ms", func() {
|
||||||
cmd := m.GetCommand()
|
cmd := m.GetCommand()
|
||||||
m.Cmd(m.Prefix(web.PORTAL), s.Create, mdb.NAME, cmd.Help, mdb.ICONS, cmd.Icon, ctx.INDEX, m.PrefixKey())
|
msg := m.Cmd(m.Prefix(web.PORTAL), s.Select, m.PrefixKey())
|
||||||
|
m.Cmd(m.Prefix(web.PORTAL), s.Create, mdb.NAME, cmd.Help, mdb.ICONS, cmd.Icon, ctx.INDEX, m.PrefixKey(), mdb.TIME, msg.Append(mdb.TIME))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
func (s Portal) Link(m *ice.Message, arg ...string) string {
|
func (s Portal) Link(m *ice.Message, arg ...string) string {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"index": "web.team.gonganxitong.express.express",
|
"index": "web.team.gonganxitong.express.express",
|
||||||
"name": "收发快递",
|
"name": "收发快递",
|
||||||
"order": "6",
|
"order": "6",
|
||||||
"time": "2024-08-06 18:53:28.343"
|
"time": "2024-08-06 18:55:46.304"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"58724bdcc3cae3e26700cb3199e0602c": {
|
"58724bdcc3cae3e26700cb3199e0602c": {
|
||||||
@ -33,10 +33,10 @@
|
|||||||
"enable": "true",
|
"enable": "true",
|
||||||
"icons": "https://img.icons8.com/officel/80/person-at-home.png",
|
"icons": "https://img.icons8.com/officel/80/person-at-home.png",
|
||||||
"index": "web.team.gonganxitong.placeUser",
|
"index": "web.team.gonganxitong.placeUser",
|
||||||
"name": "场所用户",
|
"name": "场景用户",
|
||||||
"order": "5",
|
"order": "5",
|
||||||
"role": "creator,landlord",
|
"role": "creator,landlord",
|
||||||
"time": "2024-08-06 18:52:37.304"
|
"time": "2024-08-06 18:55:46.299"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"91dd0e9590d3021944f14f3ec8653beb": {
|
"91dd0e9590d3021944f14f3ec8653beb": {
|
||||||
@ -66,7 +66,7 @@
|
|||||||
"enable": "true",
|
"enable": "true",
|
||||||
"icons": "https://img.icons8.com/officel/80/qr-code.png",
|
"icons": "https://img.icons8.com/officel/80/qr-code.png",
|
||||||
"index": "web.team.gonganxitong.qrcode",
|
"index": "web.team.gonganxitong.qrcode",
|
||||||
"name": "场所码",
|
"name": "场景码",
|
||||||
"order": "1",
|
"order": "1",
|
||||||
"time": "2024-08-06 18:39:44.988"
|
"time": "2024-08-06 18:39:44.988"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user