From 145a9fb0b11c26098fb6107950dacba1cd2ca166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 2 Oct 2022 11:11:05 +0800 Subject: [PATCH] fix 64gua --- plugin/base64gua/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/base64gua/main.go b/plugin/base64gua/main.go index fc510194..adbc1cd7 100644 --- a/plugin/base64gua/main.go +++ b/plugin/base64gua/main.go @@ -50,7 +50,7 @@ func init() { ctx.SendChain(message.Text("加密失败!")) } }) - en.OnRegex(`^六十四卦用(.+)解密\s*([一-踀]+[㴁-㴆]?)$`).SetBlock(true). + en.OnRegex(`^六十四卦用(.+)解密\s*([䷀-䷿]+[☰☱]?)$`).SetBlock(true). Handle(func(ctx *zero.Ctx) { key, str := ctx.State["regex_matched"].([]string)[1], ctx.State["regex_matched"].([]string)[2] t := getea(key)