✏️ 添加公告看板

This commit is contained in:
fumiama
2021-12-14 13:33:28 +08:00
parent 218119e10e
commit 33b85207f5
2 changed files with 19 additions and 2 deletions

View File

@@ -294,7 +294,7 @@ func init() {
zero.OnCommandGroup([]string{"服务列表", "service_list"}, userOrGrpAdmin).
Handle(func(ctx *zero.Ctx) {
msg := `---服务列表---`
msg := "--------服务列表--------\n发送\"/用法 name\"查看详情"
i := 0
gid := ctx.Event.GroupID
ForEach(func(key string, manager *Control) bool {