This commit is contained in:
cdle
2023-06-30 22:32:08 +08:00
parent 6f5d178740
commit 40b1ae10e5
8 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ func HandleMessage(sender common.Sender) {
if err == nil {
if reg.FindString(content) != "" {
//todo 支持JS语法
output := parseReply(reply.Value)
output := parseReply2(reply.Value)
sender.Reply(output)
}
}