From c0ef993b99afd8a194fc36d8e2e645ddf7208eb4 Mon Sep 17 00:00:00 2001 From: liyp Date: Sat, 6 Apr 2024 17:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ad2da1..c5b0b71 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - url: http://0.0.0.0:5580 # 地址 ``` - 配置事件过滤规则 - ```jaon + ```json { "message_type": "group", "raw_message":{ @@ -29,5 +29,5 @@ - 自定义配置 修改项目目录下的 `config.toml` 文件,`APIURL` 配置为 `go-cqhttp` 的 `post` 配置的 `url` 地址。 - `POSTURL` 配置为 `go-cqhttp` 的 `http` 配置的 `address` 地址。 + `POSTURL` 配置为 `go-cqhttp` 的 `http` 配置的 `address` 地址,需要加协议前缀 `http://`。 后面的 [Group] 按需求配置,注意里面的群名要加双引号,因为程序里读取的是 `string` 类型。 \ No newline at end of file