From 6b98b71e0f7cca8c0a3c8df355ff57e9060fd686 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Thu, 23 Sep 2021 09:44:01 +0800 Subject: [PATCH] update --- core/reply.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/reply.go b/core/reply.go index 680167e..041f906 100644 --- a/core/reply.go +++ b/core/reply.go @@ -105,6 +105,7 @@ func InitReplies() { f, _ := jsonparser.GetString(data, strings.Split(get, ".")...) content = strings.Replace(content, v, f, -1) } + fmt.Println(reply.Replace) for i := range reply.Replace { if len(reply.Replace[i]) >= 2 { strings.Replace(content, reply.Replace[i][0], reply.Replace[i][1], -1)