From 84dfe18f39ae2d92b9005bbb1dbb8094adcf6d15 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Mon, 24 May 2021 16:59:05 +0800 Subject: [PATCH 1/6] Update plugins.json --- docs/.vuepress/public/plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index efb49501..044d2a3d 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -259,7 +259,7 @@ "id": "nonebot_plugin_gamedraw", "link": "nonebot-plugin-gamedraw", "name": "nonebot_plugin_gamedraw", - "desc": "基于爬取bwiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟", + "desc": "基于爬取bwiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑", "author": "HibiKier", "repo": "https://github.com/HibiKier/nonebot_plugin_gamedraw" }, @@ -271,4 +271,4 @@ "author": "MeetWq", "repo": "https://github.com/MeetWq/nonebot-plugin-alias" } -] \ No newline at end of file +] From e44b427b7a97744e4ed62714bca83c18c52ff98e Mon Sep 17 00:00:00 2001 From: MeetWq Date: Mon, 24 May 2021 12:42:34 +0000 Subject: [PATCH 2/6] =?UTF-8?q?:beers:=20publish=20plugin=20Nonebot2=20?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=92=A4=E5=9B=9E=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/public/plugins.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 044d2a3d..4880716a 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -270,5 +270,13 @@ "desc": "为 nonebot2 的指令创建别名", "author": "MeetWq", "repo": "https://github.com/MeetWq/nonebot-plugin-alias" + }, + { + "id": "nonebot_plugin_withdraw", + "link": "nonebot-plugin-withdraw", + "name": "Nonebot2 消息撤回插件", + "desc": "用于让机器人撤回自己发出的消息", + "author": "MeetWq", + "repo": "https://github.com/MeetWq/nonebot-plugin-withdraw" } -] +] \ No newline at end of file From a09e09b942a4d202c6f0468bf4cdc128fb0e6690 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Wed, 26 May 2021 17:13:06 +0800 Subject: [PATCH 3/6] Update plugins.json --- docs/.vuepress/public/plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 4880716a..0012a763 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -259,7 +259,7 @@ "id": "nonebot_plugin_gamedraw", "link": "nonebot-plugin-gamedraw", "name": "nonebot_plugin_gamedraw", - "desc": "基于爬取bwiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑", + "desc": "基于爬取bwiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑,公主连结(国服)", "author": "HibiKier", "repo": "https://github.com/HibiKier/nonebot_plugin_gamedraw" }, @@ -279,4 +279,4 @@ "author": "MeetWq", "repo": "https://github.com/MeetWq/nonebot-plugin-withdraw" } -] \ No newline at end of file +] From 5ec30c51223ce781cae71ae219e7d18530930641 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Fri, 28 May 2021 13:20:59 +0800 Subject: [PATCH 4/6] Update plugins.json --- docs/.vuepress/public/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 0012a763..9d7a082c 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -259,7 +259,7 @@ "id": "nonebot_plugin_gamedraw", "link": "nonebot-plugin-gamedraw", "name": "nonebot_plugin_gamedraw", - "desc": "基于爬取bwiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑,公主连结(国服)", + "desc": "基于爬取bwiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑,公主连结(国服),碧蓝航线", "author": "HibiKier", "repo": "https://github.com/HibiKier/nonebot_plugin_gamedraw" }, From 2d7d8992c0d7cb7c60b7a467983ef99eccf73ed6 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Sat, 29 May 2021 13:53:43 +0800 Subject: [PATCH 5/6] :link: update community links --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7b8cc1ce..0846947e 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,8 @@ _✨ Python 异步机器人框架 ✨_ QQ Chat - - Telegram Chat - - - QQ Release - - - Telegram Release + + Telegram Channel

From 06f9f795aa09736d9a8b1c73e0f84220ee490a6b Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Sat, 29 May 2021 14:09:19 +0800 Subject: [PATCH 6/6] :link: add discord badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0846947e..d4248940 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ _✨ Python 异步机器人框架 ✨_ Telegram Channel + + Discord Server +