From e48788e41fe2c4357fcd49797aa1b211b18c7aa3 Mon Sep 17 00:00:00 2001 From: monsterxcn Date: Tue, 17 Aug 2021 01:56:10 +0000 Subject: [PATCH 1/5] =?UTF-8?q?:beers:=20publish=20plugin=20Epic=20?= =?UTF-8?q?=E9=99=90=E5=85=8D=E6=B8=B8=E6=88=8F=E8=B5=84=E8=AE=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 6bb74a6a..de093f95 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -358,5 +358,13 @@ "desc": "精细化的 NoneBot 权限管理插件", "author": "rmuchan", "repo": "https://github.com/rmuchan/nonebot-plugin-flexperm" + }, + { + "id": "nonebot_plugin_epicfree", + "link": "nonebot_plugin_epicfree", + "name": "Epic 限免游戏资讯", + "desc": "EpicGameStore 喜加一资讯插件,发送「喜加一」逝世看吧!", + "author": "monsterxcn", + "repo": "https://github.com/monsterxcn/nonebot_plugin_epicfree" } ] \ No newline at end of file From 9aa346fb1f653cb43c65f0d984a7266ae37b868b Mon Sep 17 00:00:00 2001 From: Quan666 Date: Tue, 17 Aug 2021 02:35:08 +0000 Subject: [PATCH 2/5] :beers: publish plugin ELF_RSS --- docs/.vuepress/public/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index de093f95..efabfa2a 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -366,5 +366,13 @@ "desc": "EpicGameStore 喜加一资讯插件,发送「喜加一」逝世看吧!", "author": "monsterxcn", "repo": "https://github.com/monsterxcn/nonebot_plugin_epicfree" + }, + { + "id": "ELF_RSS2", + "link": "ELF-RSS", + "name": "ELF_RSS", + "desc": "QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub", + "author": "Quan666", + "repo": "https://github.com/Quan666/ELF_RSS" } ] \ No newline at end of file From 24ce5315986d5384cf6e70ebca9c8ad966825bc5 Mon Sep 17 00:00:00 2001 From: yuban10703 Date: Thu, 19 Aug 2021 11:12:18 +0000 Subject: [PATCH 3/5] :beers: publish bot SetuBot --- docs/.vuepress/public/bots.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/.vuepress/public/bots.json b/docs/.vuepress/public/bots.json index ea9a71a5..f115360f 100644 --- a/docs/.vuepress/public/bots.json +++ b/docs/.vuepress/public/bots.json @@ -46,5 +46,11 @@ "desc": "TRPG骰娘, 带先攻, 查询等功能, 主要面向DND5E. 面对骰主推出的船新版本, 内置Windows/Linux详细部署指南以及方便的自定义骰娘方法, 从回复文本到查询资料库都可轻松配置~", "author": "pear-studio", "repo": "https://github.com/pear-studio/nonebot-dicepp" + }, + { + "name": "SetuBot", + "desc": "每个群配置文件独立,可以控制频率,socks http代理,R18开关,支持多tag,自建API lolicon Pixiv热度榜", + "author": "yuban10703", + "repo": "https://github.com/yuban10703/setu-nonebot2" } ] \ No newline at end of file From 9bea710e45e46538aefa2f20df8a61d902d1b487 Mon Sep 17 00:00:00 2001 From: Jigsaw Date: Sat, 21 Aug 2021 18:52:20 +0800 Subject: [PATCH 4/5] :fire: Remove unsupported adapter --- docs/.vuepress/public/adapters.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/.vuepress/public/adapters.json b/docs/.vuepress/public/adapters.json index 33fdd083..3d6d0e41 100644 --- a/docs/.vuepress/public/adapters.json +++ b/docs/.vuepress/public/adapters.json @@ -23,14 +23,6 @@ "author": "Mix", "repo": "nonebot/nonebot2/tree/master/packages/nonebot-adapter-mirai" }, - { - "id": "nonebot_adapter_gocq", - "link": "nonebot-adapter-gocq", - "name": "gocq", - "desc": "在原 CQHTTP Adapter 的基础上进行修改以便更好地适配 go-cqhttp", - "author": "Jigsaw111", - "repo": "Jigsaw111/nonebot-adapter-gocq" - }, { "id": "nonebot.adapters.feishu", "link": "nonebot-adapter-feishu", From fff7d3bff6c52e61b1c152e23ad8283b0e1c1c94 Mon Sep 17 00:00:00 2001 From: jinser <46820840+jinserrr@users.noreply.github.com> Date: Mon, 23 Aug 2021 00:12:47 +0800 Subject: [PATCH 5/5] =?UTF-8?q?:bug:=20BytesIO=20cursor=20=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E4=B8=8D=E5=9C=A8=E5=BC=80=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nonebot-adapter-cqhttp/nonebot/adapters/cqhttp/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nonebot-adapter-cqhttp/nonebot/adapters/cqhttp/message.py b/packages/nonebot-adapter-cqhttp/nonebot/adapters/cqhttp/message.py index 79b016bd..42cbc8ac 100644 --- a/packages/nonebot-adapter-cqhttp/nonebot/adapters/cqhttp/message.py +++ b/packages/nonebot-adapter-cqhttp/nonebot/adapters/cqhttp/message.py @@ -89,7 +89,7 @@ class MessageSegment(BaseMessageSegment["Message"]): proxy: bool = True, timeout: Optional[int] = None) -> "MessageSegment": if isinstance(file, BytesIO): - file = file.read() + file = file.getvalue() if isinstance(file, bytes): file = f"base64://{b64encode(file).decode()}" elif isinstance(file, Path):