From 37e00038103cd1a84fbb60fc01abd821efd70c47 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Sat, 18 Feb 2023 23:03:30 +0800 Subject: [PATCH 1/2] Update config.py --- configs/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.py b/configs/config.py index 9aff1fcb..8a8ac935 100644 --- a/configs/config.py +++ b/configs/config.py @@ -19,7 +19,7 @@ NICKNAME: str = "小真寻" # 数据库(必要) # 如果填写了bind就不需要再填写后面的字段了#) -# 示例:"bind": "postgresql://user:password@127.0.0.1:5432/database" +# 示例:"bind": "postgres://user:password@127.0.0.1:5432/database" bind: str = "" # 数据库连接链接 sql_name: str = "postgres" user: str = "" # 数据用户名 From 282b4c102f9ac41ee80edd0a7a9453b8b1f812a1 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Sat, 18 Feb 2023 23:03:39 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c1e7788b..76736e9b 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,9 @@ PS: **ARM平台** 请使用全量版 同时 **如果你的机器 RAM < 1G 可能 * 数据库舍弃`gino`使用`tortoise` * 昵称提供命令`全局昵称设置` * `manager_group`群管理操作中`退群`,`修改群权限`,`添加/删除群白名单`,`添加/删除群认证`在群聊中使用命令时且未指定群聊时,默认指定当前群聊 +* 修复插件帮助命令不生效的问题 [@pull/1263](https://github.com/HibiKier/zhenxun_bot/pull/1263) +* 解决开红包经常误触的问题,有红包和未领取的时候才会触发“开”命令 [@pull/1257](https://github.com/HibiKier/zhenxun_bot/pull/1257) +* 细节优化,原神今日素材重写 [@pull/1258](https://github.com/HibiKier/zhenxun_bot/pull/1258) ### 2022/1/31