From d02d8f06b285e0279b719eadebe1cfc270fdaba3 Mon Sep 17 00:00:00 2001 From: Tian-que Date: Sat, 8 Jan 2022 12:11:08 +0000 Subject: [PATCH 01/52] =?UTF-8?q?:beers:=20publish=20adapter=20=E5=BC=80?= =?UTF-8?q?=E9=BB=91=E5=95=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/adapters.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/website/static/adapters.json b/website/static/adapters.json index bec23133..8df1e3ff 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -58,5 +58,15 @@ "homepage": "https://github.com/nonebot/adapter-qqguild", "tags": [], "is_official": true + }, + { + "module_name": "nonebot.adapters.kaiheila", + "project_link": "nonebot-adapter-kaiheila", + "name": "开黑啦", + "desc": "开黑啦协议适配", + "author": "Tian-que", + "homepage": "https://github.com/Tian-que/nonebot-adapter-kaiheila", + "tags": [], + "is_official": false } -] +] \ No newline at end of file From 0e8ef3def2dee7d9861da4f8090fdad571e31f86 Mon Sep 17 00:00:00 2001 From: Jigsaw Date: Sat, 8 Jan 2022 20:57:36 +0800 Subject: [PATCH 02/52] :beers: Add tags for j1g5awi's plugins --- website/static/plugins.json | 53 +++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 14 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 2e454dc9..fe45f1d2 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -236,11 +236,16 @@ { "module_name": "nonebot_plugin_trpglogger", "project_link": "nonebot-plugin-trpglogger", - "author": "Jigsaw111", + "author": "j1g5awi", "desc": "记录跑团记录并上传", "name": "跑团记录记录器", "homepage": "https://github.com/thereisnodice/TRPGLogger", - "tags": [], + "tags": [ + { + "label": "t:TRPG", + "color": "#80070B" + } + ], "is_official": false }, { @@ -288,9 +293,14 @@ "project_link": "nonebot-plugin-manager", "name": "插件管理器", "desc": "基于 import hook 的插件管理", - "author": "Jigsaw111", - "homepage": "https://github.com/Jigsaw111/nonebot_plugin_manager", - "tags": [], + "author": "j1g5awi", + "homepage": "https://github.com/nonepkg/nonebot_plugin_manager", + "tags": [ + { + "label": "t:PluginManager", + "color": "#80070B" + } + ], "is_official": false }, { @@ -317,10 +327,15 @@ "module_name": "nonebot_plugin_puppet", "project_link": "nonebot-plugin-puppet", "name": "nonebot_plugin_puppet", - "desc": "多对多的会话转接", - "author": "Jigsaw111", - "homepage": "https://github.com/Jigsaw111/nonebot_plugin_puppet", - "tags": [], + "desc": "高度自定义的会话转接", + "author": "j1g5awi", + "homepage": "https://github.com/nonepkg/nonebot_plugin_puppet", + "tags": [ + { + "label": "a:cqhttp", + "color": "#000000" + } + ], "is_official": false }, { @@ -328,9 +343,14 @@ "project_link": "nonebot-plugin-mcstatus", "name": "Minecraft 服务器状态查询", "desc": "顾名思义", - "author": "Jigsaw111", - "homepage": "https://github.com/Jigsaw111/nonebot-plugin-mcstatus", - "tags": [], + "author": "j1g5awi", + "homepage": "https://github.com/nonepkg/nonebot-plugin-mcstatus", + "tags": [ + { + "label": "t:Minecraft", + "color": "#80070B" + } + ], "is_official": false }, { @@ -750,7 +770,12 @@ "desc": "在 NoneBot2 中加载 OlivOS 插件", "author": "j1g5awi", "homepage": "https://github.com/nonepkg/OlivOS.nb2", - "tags": [], + "tags": [ + { + "label": "t:OlivOS", + "color": "##00a0ea" + } + ], "is_official": false }, { @@ -838,4 +863,4 @@ "tags": [], "is_official": false } -] \ No newline at end of file +] From a74c6e220b0e13dbaf90822aa39c6387ed68a42c Mon Sep 17 00:00:00 2001 From: Jigsaw Date: Sat, 8 Jan 2022 21:05:39 +0800 Subject: [PATCH 03/52] :pencil2: Fix typo --- website/static/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index fe45f1d2..d5021f0c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -773,7 +773,7 @@ "tags": [ { "label": "t:OlivOS", - "color": "##00a0ea" + "color": "#00a0ea" } ], "is_official": false From 490a8146bc52415754194284551df899869b5ccd Mon Sep 17 00:00:00 2001 From: Jigsaw Date: Sat, 8 Jan 2022 21:17:31 +0800 Subject: [PATCH 04/52] :pencil2: Fix typo --- website/static/adapters.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/static/adapters.json b/website/static/adapters.json index 8df1e3ff..00f7d90a 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -44,7 +44,7 @@ "project_link": "nonebot-adapter-telegram", "name": "telegram", "desc": "Telegram 协议", - "author": "StarHeartHunt", + "author": "j1g5awi", "homepage": "https://github.com/nonebot/adapter-telegram", "tags": [], "is_official": true @@ -69,4 +69,4 @@ "tags": [], "is_official": false } -] \ No newline at end of file +] From 59c77d312a2f6cfd8476e2820a4f85e4e93e27ee Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Sun, 9 Jan 2022 22:25:09 +0800 Subject: [PATCH 05/52] :memo: fix di import path --- website/docs/advanced/di/dependency-injection.md | 6 +++--- .../advanced/di/dependency-injection.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/advanced/di/dependency-injection.md b/website/docs/advanced/di/dependency-injection.md index 67ce8b60..57a1e515 100644 --- a/website/docs/advanced/di/dependency-injection.md +++ b/website/docs/advanced/di/dependency-injection.md @@ -26,7 +26,7 @@ options: ```python {7-9} from nonebot.log import logger -from nonebot.dependencies import Depends +from nonebot.params import Depends from nonebot import on_command, on_message test = on_command("123") @@ -52,7 +52,7 @@ async def _(x: dict = Depends(depend)): ```python {2} from nonebot.log import logger -from nonebot.dependencies import Depends +from nonebot.params import Depends from nonebot import on_command, on_message test = on_command("123") @@ -72,7 +72,7 @@ async def _(x: dict = Depends(depend)): ```python {12} from nonebot.log import logger -from nonebot.dependencies import Depends +from nonebot.params import Depends from nonebot import on_command, on_message test = on_command("123") diff --git a/website/versioned_docs/version-2.0.0-beta.1/advanced/di/dependency-injection.md b/website/versioned_docs/version-2.0.0-beta.1/advanced/di/dependency-injection.md index 67ce8b60..57a1e515 100644 --- a/website/versioned_docs/version-2.0.0-beta.1/advanced/di/dependency-injection.md +++ b/website/versioned_docs/version-2.0.0-beta.1/advanced/di/dependency-injection.md @@ -26,7 +26,7 @@ options: ```python {7-9} from nonebot.log import logger -from nonebot.dependencies import Depends +from nonebot.params import Depends from nonebot import on_command, on_message test = on_command("123") @@ -52,7 +52,7 @@ async def _(x: dict = Depends(depend)): ```python {2} from nonebot.log import logger -from nonebot.dependencies import Depends +from nonebot.params import Depends from nonebot import on_command, on_message test = on_command("123") @@ -72,7 +72,7 @@ async def _(x: dict = Depends(depend)): ```python {12} from nonebot.log import logger -from nonebot.dependencies import Depends +from nonebot.params import Depends from nonebot import on_command, on_message test = on_command("123") From bb7313f12cf277aadb519e0ffe10f0b471849056 Mon Sep 17 00:00:00 2001 From: Mix <32300164+mnixry@users.noreply.github.com> Date: Mon, 10 Jan 2022 23:41:57 +0800 Subject: [PATCH 06/52] :memo: remove mirai-api-http related info from readme, fix #470 Mirai-API-HTTP will no longer be maintained by NoneBot officialy. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 83fb2806..bfdf72c2 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,6 @@ _✨ 跨平台 Python 异步机器人框架 ✨_ cqhttp - - - ding @@ -80,7 +77,6 @@ NoneBot2 是一个现代、跨平台、可扩展的 Python 聊天机器人框架 - 社区丰富:社区用户众多,直接和间接用户超过十万人,每天都有大量的活跃用户 ([社区资源](#社区资源)) - 海纳百川:一个框架,支持多个聊天软件平台,可自定义通信协议 - [OneBot 协议](https://onebot.dev/) (QQ 等) - - [Mirai-API-HTTP 协议](https://github.com/project-mirai/mirai-api-http) - [钉钉](https://ding-doc.dingtalk.com/document#/org-dev-guide/elzz1p) - [Telegram](https://core.telegram.org/bots/api) - [飞书](https://open.feishu.cn/document/home/index) From 85fc2422d1debc509370984b9e3ae9cbd397dd24 Mon Sep 17 00:00:00 2001 From: Mix <32300164+mnixry@users.noreply.github.com> Date: Tue, 11 Jan 2022 00:04:36 +0800 Subject: [PATCH 07/52] :fire: remove mirai-api-http adapter from store --- website/static/adapters.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/website/static/adapters.json b/website/static/adapters.json index 00f7d90a..e608ec07 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -19,16 +19,6 @@ "tags": [], "is_official": true }, - { - "module_name": "nonebot.adapters.mirai", - "project_link": "nonebot-adapter-mirai", - "name": "mirai", - "desc": "Mirai-Api-HTTP 协议", - "author": "Mix", - "homepage": "https://github.com/nonebot/adapter-mirai", - "tags": [], - "is_official": true - }, { "module_name": "nonebot.adapters.feishu", "project_link": "nonebot-adapter-feishu", From c9056c6fd0fbffb1a49e363b162a19466593e2f3 Mon Sep 17 00:00:00 2001 From: StarHeart Date: Wed, 12 Jan 2022 16:46:56 +0800 Subject: [PATCH 08/52] :memo: format adapter name --- website/static/adapters.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/adapters.json b/website/static/adapters.json index e608ec07..afccc916 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -12,7 +12,7 @@ { "module_name": "nonebot.adapters.ding", "project_link": "nonebot-adapter-ding", - "name": "ding", + "name": "钉钉", "desc": "钉钉协议", "author": "Artin", "homepage": "https://github.com/nonebot/adapter-ding", @@ -22,7 +22,7 @@ { "module_name": "nonebot.adapters.feishu", "project_link": "nonebot-adapter-feishu", - "name": "feishu", + "name": "飞书", "desc": "飞书协议", "author": "StarHeartHunt", "homepage": "https://github.com/nonebot/adapter-feishu", @@ -32,7 +32,7 @@ { "module_name": "nonebot.adapters.telegram", "project_link": "nonebot-adapter-telegram", - "name": "telegram", + "name": "Telegram", "desc": "Telegram 协议", "author": "j1g5awi", "homepage": "https://github.com/nonebot/adapter-telegram", From ad5a011b45582ff8eaee68ad01c05d44cd068ec6 Mon Sep 17 00:00:00 2001 From: KafCoppelia Date: Fri, 14 Jan 2022 13:11:42 +0000 Subject: [PATCH 09/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=89=94?= =?UTF-8?q?=E9=AA=B0=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 67 +++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 26 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index d5021f0c..4a2c8aea 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -241,11 +241,11 @@ "name": "跑团记录记录器", "homepage": "https://github.com/thereisnodice/TRPGLogger", "tags": [ - { - "label": "t:TRPG", - "color": "#80070B" - } - ], + { + "label": "t:TRPG", + "color": "#80070B" + } + ], "is_official": false }, { @@ -296,11 +296,11 @@ "author": "j1g5awi", "homepage": "https://github.com/nonepkg/nonebot_plugin_manager", "tags": [ - { - "label": "t:PluginManager", - "color": "#80070B" - } - ], + { + "label": "t:PluginManager", + "color": "#80070B" + } + ], "is_official": false }, { @@ -331,11 +331,11 @@ "author": "j1g5awi", "homepage": "https://github.com/nonepkg/nonebot_plugin_puppet", "tags": [ - { - "label": "a:cqhttp", - "color": "#000000" - } - ], + { + "label": "a:cqhttp", + "color": "#000000" + } + ], "is_official": false }, { @@ -346,11 +346,11 @@ "author": "j1g5awi", "homepage": "https://github.com/nonepkg/nonebot-plugin-mcstatus", "tags": [ - { - "label": "t:Minecraft", - "color": "#80070B" - } - ], + { + "label": "t:Minecraft", + "color": "#80070B" + } + ], "is_official": false }, { @@ -771,11 +771,11 @@ "author": "j1g5awi", "homepage": "https://github.com/nonepkg/OlivOS.nb2", "tags": [ - { - "label": "t:OlivOS", - "color": "#00a0ea" - } - ], + { + "label": "t:OlivOS", + "color": "#00a0ea" + } + ], "is_official": false }, { @@ -862,5 +862,20 @@ "homepage": "https://github.com/ninthseason/nonebot_plugin_forwarder", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_roll", + "project_link": "nonebot-plugin-roll", + "name": "扔骰子", + "desc": "掷骰!扔出指定个数的多面骰子。", + "author": "KafCoppelia", + "homepage": "https://github.com/KafCoppelia/nonebot_plugin_roll", + "tags": [ + { + "label": "t:roll", + "color": "#ea5252" + } + ], + "is_official": false } -] +] \ No newline at end of file From 1d49defdfa9b463ac64304bb8090e191700cc3e0 Mon Sep 17 00:00:00 2001 From: KafCoppelia Date: Fri, 14 Jan 2022 13:35:22 +0000 Subject: [PATCH 10/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=96=AF?= =?UTF-8?q?=E7=8B=82=E6=98=9F=E6=9C=9F=E5=9B=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 4a2c8aea..af3f3623 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -877,5 +877,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_crazy_thursday", + "project_link": "nonebot-plugin-crazy-thursday", + "name": "疯狂星期四", + "desc": "天天疯狂!随机输出KFC疯狂星期四文案", + "author": "KafCoppelia", + "homepage": "https://github.com/KafCoppelia/nonebot_plugin_crazy_thursday", + "tags": [ + { + "label": "t:Thursday", + "color": "#ea5252" + } + ], + "is_official": false } ] \ No newline at end of file From 8a896b42a30061301e5b64603b51ddbc4722a559 Mon Sep 17 00:00:00 2001 From: Zeta-qixi Date: Fri, 14 Jan 2022 19:32:35 +0000 Subject: [PATCH 11/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=96=B0?= =?UTF-8?q?=E5=86=A0=E7=96=AB=E6=83=85=E6=9F=A5=E8=AF=A2=F0=9F=98=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index af3f3623..c77aa94b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -892,5 +892,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_covid19_news", + "project_link": "nonebot-plugin-covid19-news", + "name": "新冠疫情查询😷", + "desc": "查询国内城市新冠疫情信息与政策", + "author": "Zeta-qixi", + "homepage": "https://github.com/Zeta-qixi/nonebot-plugin-covid19-news", + "tags": [], + "is_official": false } ] \ No newline at end of file From 6c0ab7495641bf6f3c1c63a5dea6babb8e021f3c Mon Sep 17 00:00:00 2001 From: MeetWq Date: Sat, 15 Jan 2022 08:54:07 +0000 Subject: [PATCH 12/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BA=BA?= =?UTF-8?q?=E7=94=9F=E9=87=8D=E5=BC=80=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index c77aa94b..24f0a4cc 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -902,5 +902,24 @@ "homepage": "https://github.com/Zeta-qixi/nonebot-plugin-covid19-news", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_remake", + "project_link": "nonebot-plugin-remake", + "name": "人生重开模拟器", + "desc": "这垃圾人生一秒也不想待了?立即重开!", + "author": "MeetWq", + "homepage": "https://github.com/MeetWq/nonebot-plugin-remake", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "a:cqhttp", + "color": "#000000" + } + ], + "is_official": false } ] \ No newline at end of file From dcfba4e94ad0394f688e075311d11e0528f7c341 Mon Sep 17 00:00:00 2001 From: StarHeart Date: Sat, 15 Jan 2022 17:41:22 +0800 Subject: [PATCH 13/52] :bug: remove unsupported char --- website/static/plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 24f0a4cc..49eb9eac 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -896,7 +896,7 @@ { "module_name": "nonebot_plugin_covid19_news", "project_link": "nonebot-plugin-covid19-news", - "name": "新冠疫情查询😷", + "name": "新冠疫情查询", "desc": "查询国内城市新冠疫情信息与政策", "author": "Zeta-qixi", "homepage": "https://github.com/Zeta-qixi/nonebot-plugin-covid19-news", @@ -922,4 +922,4 @@ ], "is_official": false } -] \ No newline at end of file +] From 478dff512fccd75b72602a8e26e78a6e3cb644c3 Mon Sep 17 00:00:00 2001 From: MeetWq Date: Sat, 15 Jan 2022 14:19:20 +0000 Subject: [PATCH 14/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=BD=A9?= =?UTF-8?q?=E4=BA=91=E5=B0=8F=E6=A2=A6AI=E7=BB=AD=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 49eb9eac..782289d4 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -921,5 +921,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_caiyunai", + "project_link": "nonebot-plugin-caiyunai", + "name": "彩云小梦AI续写", + "desc": "基于彩云小梦的小说AI续写插件", + "author": "MeetWq", + "homepage": "https://github.com/MeetWq/nonebot-plugin-caiyunai", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "a:cqhttp", + "color": "#000000" + } + ], + "is_official": false } -] +] \ No newline at end of file From c675addeef0f08195bb60b46aba9bc3327fe0b44 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Mon, 17 Jan 2022 21:58:29 +0800 Subject: [PATCH 15/52] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 782289d4..b3fc268b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -210,7 +210,16 @@ "desc": "订阅来自微博,B站,网易云,RSS以及各种网站的动态,转发到QQ群中", "name": "Bison", "homepage": "https://github.com/felinae98/nonebot-bison", - "tags": [], + "tags": [ + { + "label": "alpha only", + "color": "#f56c6c" + }, + { + "label": "a:cqhttp", + "color": "#000000" + } + ], "is_official": false }, { @@ -941,4 +950,4 @@ ], "is_official": false } -] \ No newline at end of file +] From af0b0ae823a37ec2119c6e651c517a93dbbb3543 Mon Sep 17 00:00:00 2001 From: Satoshi Jek Date: Wed, 19 Jan 2022 00:33:10 +0800 Subject: [PATCH 16/52] =?UTF-8?q?Plugin:=20=E7=A7=BB=E9=99=A4=E5=86=B7?= =?UTF-8?q?=E5=8D=B4=E4=BA=8B=E4=BB=B6=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由于 OneBot v11 适配器自 v2.0.0b1 起提供了命令冷却支持,且该插件已无力继续维护,故将该插件从商店移除。 --- website/static/plugins.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index b3fc268b..600fb4d6 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -143,16 +143,6 @@ "tags": [], "is_official": false }, - { - "module_name": "nonebot_plugin_cooldown", - "project_link": "nonebot-plugin-cooldown", - "author": "jks15satoshi", - "desc": "为用户调用功能添加冷却时间(调用频率限制)功能", - "name": "冷却事件", - "homepage": "https://github.com/jks15satoshi/nonebot-plugin-cooldown", - "tags": [], - "is_official": false - }, { "module_name": "nonebot_plugin_mqtt", "project_link": "nonebot-plugin-mqtt", From 82224da9ab09dfd1e7077db2d49a1210bcab7650 Mon Sep 17 00:00:00 2001 From: wzl19371 <36121687+wzl19371@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:59:22 +0800 Subject: [PATCH 17/52] Fix store link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfdf72c2..8607d08a 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ NoneBot2 不是 NoneBot1 的替代品。事实上,它们都在被积极的维 - [文档镜像(中国境内)](https://nb2.baka.icu) - [文档镜像(Vercel)](https://nonebot2-vercel-mirror.vercel.app) -- 其他插件请查看 [商店](https://v2.nonebot.dev/store.html) +- 其他插件请查看 [商店](https://v2.nonebot.dev/store) ## 许可证 From 92714de5227f21a95abe9e183eb3820559e09871 Mon Sep 17 00:00:00 2001 From: meetwq Date: Wed, 19 Jan 2022 18:53:55 +0800 Subject: [PATCH 18/52] Update plugins.json --- website/static/plugins.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 600fb4d6..c0fce7ed 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -375,8 +375,8 @@ { "module_name": "nonebot_plugin_alias", "project_link": "nonebot-plugin-alias", - "name": "nonebot-plugin-alias", - "desc": "为 nonebot2 的指令创建别名", + "name": "alias命令别名", + "desc": "为复杂的命令创建别名", "author": "MeetWq", "homepage": "https://github.com/MeetWq/nonebot-plugin-alias", "tags": [], @@ -675,8 +675,8 @@ { "module_name": "nonebot_plugin_asoulcnki", "project_link": "nonebot-plugin-asoulcnki", - "name": "nonebot-plugin-asoulcnki", - "desc": "枝网查重插件,查询发病小作文复制比", + "name": "枝网查重", + "desc": "随机小作文;查询发病小作文复制比", "author": "MeetWq", "homepage": "https://github.com/MeetWq/nonebot-plugin-asoulcnki", "tags": [], @@ -685,8 +685,8 @@ { "module_name": "nonebot_plugin_petpet", "project_link": "nonebot-plugin-petpet", - "name": "nonebot-plugin-petpet", - "desc": "制作头像相关的沙雕表情包", + "name": "头像表情包", + "desc": "制作摸头等头像相关沙雕表情包", "author": "MeetWq", "homepage": "https://github.com/MeetWq/nonebot-plugin-petpet", "tags": [], @@ -800,7 +800,7 @@ { "module_name": "nonebot_plugin_logo", "project_link": "nonebot-plugin-logo", - "name": "nonebot-plugin-logo", + "name": "多种风格logo生成", "desc": "PornHub、Youtube 等风格logo生成", "author": "MeetWq", "homepage": "https://github.com/MeetWq/nonebot-plugin-logo", @@ -810,8 +810,8 @@ { "module_name": "nonebot_plugin_memes", "project_link": "nonebot-plugin-memes", - "name": "Memes generator", - "desc": "表情包制作", + "name": "表情包制作", + "desc": "鲁迅说、喜报 等表情包制作", "author": "MeetWq", "homepage": "https://github.com/MeetWq/nonebot-plugin-memes", "tags": [], From 10733e75201d2129a789524f6ff7126f355a95bc Mon Sep 17 00:00:00 2001 From: zjkwdy Date: Thu, 20 Jan 2022 04:05:30 +0000 Subject: [PATCH 19/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=A4=A9?= =?UTF-8?q?=E6=B0=94=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index c0fce7ed..cd4eaf86 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -939,5 +939,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_weather_lite", + "project_link": "nonebot-plugin-weather-lite", + "name": "天气查询", + "desc": "使用wttr.in的在线天气查询。", + "author": "zjkwdy", + "homepage": "https://github.com/zjkwdy/nonebot_plugin_weather_lite", + "tags": [ + { + "label": "t:天气", + "color": "#6ec3d9" + } + ], + "is_official": false } -] +] \ No newline at end of file From b671a9658b6eaa69e40eb71d584c67e78561fb6c Mon Sep 17 00:00:00 2001 From: hemengyang Date: Thu, 20 Jan 2022 13:35:58 +0800 Subject: [PATCH 20/52] =?UTF-8?q?=F0=9F=91=B7checkout=20with=20PAT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI can be triggered when github action pushes a commit. --- .github/workflows/publish-bot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-bot.yml b/.github/workflows/publish-bot.yml index 8e718bcc..82f683d9 100644 --- a/.github/workflows/publish-bot.yml +++ b/.github/workflows/publish-bot.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + token: ${{ secrets.GH_TOKEN }} - name: NoneBot2 Publish Bot uses: nonebot/nonebot2-publish-bot@main From 1bdb27d109e7fcb751caa3d17f1ad1e65a60d4c5 Mon Sep 17 00:00:00 2001 From: ieew Date: Fri, 21 Jan 2022 02:36:08 +0000 Subject: [PATCH 21/52] :beers: publish adapter mirai2 --- website/static/adapters.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/website/static/adapters.json b/website/static/adapters.json index afccc916..1f5f9bff 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -58,5 +58,15 @@ "homepage": "https://github.com/Tian-que/nonebot-adapter-kaiheila", "tags": [], "is_official": false + }, + { + "module_name": "nonebot.adapters.mirai2", + "project_link": "nonebot_adapter_mirai2", + "name": "mirai2", + "desc": "为 nonebot2 添加 mirai_api_http2.x的兼容适配器", + "author": "ieew", + "homepage": "https://github.com/ieew/nonebot_adapter_mirai2", + "tags": [], + "is_official": false } -] +] \ No newline at end of file From c1084cc4372954465572805c6944573ff0fc2e50 Mon Sep 17 00:00:00 2001 From: KafCoppelia Date: Sat, 22 Jan 2022 15:35:38 +0000 Subject: [PATCH 22/52] :beers: publish plugin nonebot_plugin_fortune --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index cd4eaf86..7f76339f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -954,5 +954,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_fortune", + "project_link": "nonebot-plugin-fortune", + "name": "nonebot_plugin_fortune", + "desc": "抽签!占卜一下你的今日运势", + "author": "KafCoppelia", + "homepage": "https://github.com/KafCoppelia/nonebot_plugin_fortune", + "tags": [ + { + "label": "a:cqhttp", + "color": "#6952ea" + }, + { + "label": "t:fortune", + "color": "#ea6f52" + }, + { + "label": "alpha only", + "color": "#181717" + } + ], + "is_official": false } ] \ No newline at end of file From fa8a3987e7d29987d4e13753faae3786a9474e2d Mon Sep 17 00:00:00 2001 From: KafCoppelia Date: Sun, 23 Jan 2022 03:01:21 +0000 Subject: [PATCH 23/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=A1=94?= =?UTF-8?q?=E7=BD=97=E7=89=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 7f76339f..a7982dc6 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -977,5 +977,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_tarot", + "project_link": "nonebot-plugin-tarot", + "name": "塔罗牌", + "desc": "塔罗牌!占卜今日运势", + "author": "KafCoppelia", + "homepage": "https://github.com/KafCoppelia/nonebot_plugin_tarot", + "tags": [ + { + "label": "a:cqhttp", + "color": "#eaa452" + }, + { + "label": "t:tarot", + "color": "#461264" + }, + { + "label": "alpha only", + "color": "#b41f14" + } + ], + "is_official": false } ] \ No newline at end of file From 0513b5884d3dc88aa039e8ae0377e8012e34a63b Mon Sep 17 00:00:00 2001 From: Jigsaw Date: Sun, 23 Jan 2022 17:08:02 +0800 Subject: [PATCH 24/52] :beer: Fix homepage of nonebot-plugin-manager & nonebot-plugin-puppet --- website/static/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index a7982dc6..689cf88b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -293,7 +293,7 @@ "name": "插件管理器", "desc": "基于 import hook 的插件管理", "author": "j1g5awi", - "homepage": "https://github.com/nonepkg/nonebot_plugin_manager", + "homepage": "https://github.com/nonepkg/nonebot-plugin-manager", "tags": [ { "label": "t:PluginManager", @@ -328,7 +328,7 @@ "name": "nonebot_plugin_puppet", "desc": "高度自定义的会话转接", "author": "j1g5awi", - "homepage": "https://github.com/nonepkg/nonebot_plugin_puppet", + "homepage": "https://github.com/nonepkg/nonebot-plugin-puppet", "tags": [ { "label": "a:cqhttp", @@ -1001,4 +1001,4 @@ ], "is_official": false } -] \ No newline at end of file +] From 44ca11cceb020217ea5cab9a47d94ccbef501772 Mon Sep 17 00:00:00 2001 From: MeetWq Date: Sun, 23 Jan 2022 12:15:55 +0000 Subject: [PATCH 25/52] =?UTF-8?q?:beers:=20publish=20plugin=20emoji=20?= =?UTF-8?q?=E5=90=88=E6=88=90=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 689cf88b..cb94f7ae 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1000,5 +1000,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_emojimix", + "project_link": "nonebot-plugin-emojimix", + "name": "emoji 合成器", + "desc": "😎+😁=?", + "author": "MeetWq", + "homepage": "https://github.com/MeetWq/nonebot-plugin-emojimix", + "tags": [ + { + "label": "t:emoji", + "color": "#ea5252" + } + ], + "is_official": false } -] +] \ No newline at end of file From 6a17ce5fda16de6a6f8c3fc2a59bae1024f0f177 Mon Sep 17 00:00:00 2001 From: Lancercmd Date: Sun, 23 Jan 2022 20:59:02 +0800 Subject: [PATCH 26/52] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20wrong=20module?= =?UTF-8?q?=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 689cf88b..e2185330 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -613,7 +613,7 @@ "is_official": false }, { - "module_name": "nonebot-plugin-itnews", + "module_name": "nonebot_plugin_itnews", "project_link": "nonebot-plugin-itnew", "name": "IT咨讯", "desc": "获取IT咨讯并生成图片发送", @@ -713,7 +713,7 @@ "is_official": false }, { - "module_name": "nonebot-plugin-code", + "module_name": "nonebot_plugin_code", "project_link": "nonebot-plugin-code", "name": "在线运行代码", "desc": "在线运行代码插件,支持输入", @@ -1001,4 +1001,4 @@ ], "is_official": false } -] +] \ No newline at end of file From cb92bb70077a07b1c92dcac97673518332dbc85f Mon Sep 17 00:00:00 2001 From: KafCoppelia Date: Sun, 23 Jan 2022 13:13:15 +0000 Subject: [PATCH 27/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=BB=8A?= =?UTF-8?q?=E5=A4=A9=E5=90=83=E4=BB=80=E4=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 80b50ef3..b8a5496f 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1015,5 +1015,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_what2eat", + "project_link": "nonebot-plugin-what2eat", + "name": "今天吃什么", + "desc": "选择恐惧症?让Bot给你今天吃什么建议!", + "author": "KafCoppelia", + "homepage": "https://github.com/KafCoppelia/nonebot_plugin_what2eat", + "tags": [ + { + "label": "a:cqhttp", + "color": "#cd3d3d" + }, + { + "label": "t:what2eat", + "color": "#f09526" + }, + { + "label": "alpha only", + "color": "#181717" + } + ], + "is_official": false } ] \ No newline at end of file From 26934124a1a331c2a4f531eab2241909be8be0f1 Mon Sep 17 00:00:00 2001 From: KafCoppelia <69038090+KafCoppelia@users.noreply.github.com> Date: Sun, 23 Jan 2022 23:10:50 +0800 Subject: [PATCH 28/52] Update plugins.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改nonebot_plugin_fortune "module_name" 与 nonebot_plugin_tarot 标签"alpha only" to "beta first",tarot插件已适配beta.1并已发行pypi,beta.1适配优先 --- website/static/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index b8a5496f..704a3fac 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -956,7 +956,7 @@ "is_official": false }, { - "module_name": "nonebot_plugin_fortune", + "module_name": "今日运势", "project_link": "nonebot-plugin-fortune", "name": "nonebot_plugin_fortune", "desc": "抽签!占卜一下你的今日运势", @@ -995,7 +995,7 @@ "color": "#461264" }, { - "label": "alpha only", + "label": "beta first", "color": "#b41f14" } ], @@ -1039,4 +1039,4 @@ ], "is_official": false } -] \ No newline at end of file +] From ba6a440bbd526b010618bc80b79645e1501f0ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E5=B1=BF?= Date: Mon, 24 Jan 2022 14:23:38 +0800 Subject: [PATCH 29/52] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E5=87=A0=E4=B8=AA=E6=8F=92=E4=BB=B6=E7=9A=84Tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 704a3fac..c482ae64 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -519,7 +519,20 @@ "desc": "一个ATRI语音包,基于文本相似度匹配回复", "author": "FYWinds", "homepage": "https://github.com/FYWinds/nonebot-plugin-atri", - "tags": [], + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "a:cqhttp", + "color": "#000000" + }, + { + "label": "v:voice", + "color": "#f5f5dc" + } + ], "is_official": false }, { @@ -649,7 +662,16 @@ "desc": "对 go-cqhttp 的 API 调用添加了类型注解与滥用OOP的返回值Model支持,远离魔法方法的Dict[Any, Any]", "author": "FYWinds", "homepage": "https://github.com/FYWinds/gocqapi", - "tags": [], + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + }, + { + "label": "a:cqhttp", + "color": "#000000" + }, + ], "is_official": false }, { From 40f7c4013b6d7d23116fc6011daf5cb61df69d12 Mon Sep 17 00:00:00 2001 From: he0119 Date: Mon, 24 Jan 2022 07:24:19 +0000 Subject: [PATCH 30/52] =?UTF-8?q?:beers:=20publish=20plugin=20NoneBot=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AD=98=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 704a3fac..92d75c90 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1038,5 +1038,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_datastore", + "project_link": "nonebot-plugin-datastore", + "name": "NoneBot 数据存储", + "desc": "提供简单的插件数据封装与数据库访问", + "author": "he0119", + "homepage": "https://github.com/he0119/nonebot-plugin-datastore", + "tags": [], + "is_official": false } -] +] \ No newline at end of file From 77faa027bdaeee679598ca5b0cb9ed4ece8631fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E5=B1=BF?= Date: Mon, 24 Jan 2022 15:37:24 +0800 Subject: [PATCH 31/52] =?UTF-8?q?=E5=88=A0=E6=8E=89=E4=BA=86v:voice?= =?UTF-8?q?=E7=9A=84tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index c482ae64..276d40b1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -527,10 +527,6 @@ { "label": "a:cqhttp", "color": "#000000" - }, - { - "label": "v:voice", - "color": "#f5f5dc" } ], "is_official": false From e7b2dde44a0a41ba6575be3e56dafb917ced04b4 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Mon, 24 Jan 2022 16:25:40 +0800 Subject: [PATCH 32/52] :pencil2: fix trailing comma --- website/static/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 276d40b1..8afbaf1d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -666,7 +666,7 @@ { "label": "a:cqhttp", "color": "#000000" - }, + } ], "is_official": false }, From 6b930cd7bec8502879e60b1045c30cf733ef8abd Mon Sep 17 00:00:00 2001 From: mnixry Date: Mon, 24 Jan 2022 13:41:00 +0000 Subject: [PATCH 33/52] =?UTF-8?q?:beers:=20publish=20plugin=20NoneBot?= =?UTF-8?q?=E7=9A=84go-cqhttp=E5=90=AF=E5=8A=A8=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 5c5a706a..cb632a48 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1066,5 +1066,24 @@ "homepage": "https://github.com/he0119/nonebot-plugin-datastore", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_gocqhttp", + "project_link": "nonebot-plugin-gocqhttp", + "name": "NoneBot的go-cqhttp启动器", + "desc": "一款在NoneBot2中直接运行go-cqhttp的插件, 无需额外下载安装", + "author": "mnixry", + "homepage": "https://github.com/mnixry/nonebot-plugin-gocqhttp", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + }, + { + "label": "t:gocqhttp", + "color": "#eabd52" + } + ], + "is_official": false } ] \ No newline at end of file From 2f61c6a6f90111147e7b4a9fd9e0048c9125353a Mon Sep 17 00:00:00 2001 From: Lan <59906398+Lancercmd@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:09:20 +0800 Subject: [PATCH 34/52] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20wrong=20module?= =?UTF-8?q?=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index cb632a48..c83da5b5 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -974,9 +974,9 @@ "is_official": false }, { - "module_name": "今日运势", + "module_name": "nonebot_plugin_fortune", "project_link": "nonebot-plugin-fortune", - "name": "nonebot_plugin_fortune", + "name": "今日运势", "desc": "抽签!占卜一下你的今日运势", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_fortune", @@ -1086,4 +1086,4 @@ ], "is_official": false } -] \ No newline at end of file +] From ebd45dc5c1f66c01f74aaed2209b711ae7780c80 Mon Sep 17 00:00:00 2001 From: Lan <59906398+Lancercmd@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:19:37 +0800 Subject: [PATCH 35/52] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Update=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index c83da5b5..bf2628d2 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -36,7 +36,12 @@ "desc": "基于规则的授权管理", "author": "Lancercmd", "homepage": "https://github.com/Lancercmd/nonebot_plugin_rauthman", - "tags": [], + "tags": [ + { + "label": "t:rule", + "color": "#4ec9b0" + } + ], "is_official": false }, { @@ -120,7 +125,12 @@ "desc": "基于腾讯机器翻译 TMT", "name": "多语种翻译插件", "homepage": "https://github.com/Lancercmd/nonebot_plugin_translator", - "tags": [], + "tags": [ + { + "label": "t:func", + "color": "#dcdcaa" + } + ], "is_official": false }, { @@ -737,7 +747,12 @@ "desc": "在线运行代码插件,支持输入", "author": "yzyyz1387", "homepage": "https://github.com/yzyyz1387/nonebot_plugin_code", - "tags": [], + "tags": [ + { + "label": "t:func", + "color": "#dcdcaa" + } + ], "is_official": false }, { From 2e78de3d5d7ab331d6b178e66a43a8256dfad773 Mon Sep 17 00:00:00 2001 From: mobyw Date: Tue, 25 Jan 2022 11:27:15 +0000 Subject: [PATCH 36/52] :beers: publish plugin nonebot-general-rss --- website/static/plugins.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index bf2628d2..8e913963 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1100,5 +1100,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot-general-rss", + "project_link": "nonebot-general-rss", + "name": "nonebot-general-rss", + "desc": "支持频道的通用RSS订阅插件", + "author": "mobyw", + "homepage": "https://github.com/mobyw/nonebot-general-rss", + "tags": [ + { + "label": "t:RSS", + "color": "#80070b" + }, + { + "label": "a:onebot", + "color": "#000000" + } + ], + "is_official": false } -] +] \ No newline at end of file From 1a202e918da00c5baa921b96b7d528f59420cfe9 Mon Sep 17 00:00:00 2001 From: Mix <32300164+mnixry@users.noreply.github.com> Date: Tue, 25 Jan 2022 21:43:10 +0800 Subject: [PATCH 37/52] :fire: remove plugins with wrong dependencies --- website/static/plugins.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index bf2628d2..d26d13f9 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -472,26 +472,6 @@ "tags": [], "is_official": false }, - { - "module_name": "gugua_bot", - "project_link": "gugua_bot", - "name": "孤寡机器人", - "desc": "让你的孤寡朋友露出阳光的笑容", - "author": "Sclock", - "homepage": "https://github.com/Sclock/gugua", - "tags": [], - "is_official": false - }, - { - "module_name": "bugu_bot", - "project_link": "bugu_bot", - "name": "布谷机器人", - "desc": "增进你和你单身朋友的友谊", - "author": "Sclock", - "homepage": "https://github.com/Sclock/bugu_bot", - "tags": [], - "is_official": false - }, { "module_name": "nonebot_plugin_flexperm", "project_link": "nonebot-plugin-flexperm", From efbfea3d94da2fad8ee9c42cdd0130fb916fe4a3 Mon Sep 17 00:00:00 2001 From: KafCoppelia <69038090+KafCoppelia@users.noreply.github.com> Date: Wed, 26 Jan 2022 14:09:09 +0800 Subject: [PATCH 38/52] Update plugins.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由于均适配beta.1,将fortune与what2eat插件“alpha”tag删除;修改几个插件“desc”字段描述,统一描述风格; --- website/static/plugins.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index a08f765f..d1c7da1c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -879,7 +879,7 @@ "module_name": "nonebot_plugin_roll", "project_link": "nonebot-plugin-roll", "name": "扔骰子", - "desc": "掷骰!扔出指定个数的多面骰子。", + "desc": "掷骰!扔出指定个数的多面骰子🎲", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_roll", "tags": [ @@ -894,7 +894,7 @@ "module_name": "nonebot_plugin_crazy_thursday", "project_link": "nonebot-plugin-crazy-thursday", "name": "疯狂星期四", - "desc": "天天疯狂!随机输出KFC疯狂星期四文案", + "desc": "天天疯狂!随机输出KFC疯狂星期四文案🍗", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_crazy_thursday", "tags": [ @@ -972,7 +972,7 @@ "module_name": "nonebot_plugin_fortune", "project_link": "nonebot-plugin-fortune", "name": "今日运势", - "desc": "抽签!占卜一下你的今日运势", + "desc": "抽签!抽取你的今日运势🙏", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_fortune", "tags": [ @@ -983,10 +983,6 @@ { "label": "t:fortune", "color": "#ea6f52" - }, - { - "label": "alpha only", - "color": "#181717" } ], "is_official": false @@ -995,7 +991,7 @@ "module_name": "nonebot_plugin_tarot", "project_link": "nonebot-plugin-tarot", "name": "塔罗牌", - "desc": "塔罗牌!占卜今日运势", + "desc": "塔罗牌!魔法占卜🔮", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_tarot", "tags": [ @@ -1006,10 +1002,6 @@ { "label": "t:tarot", "color": "#461264" - }, - { - "label": "beta first", - "color": "#b41f14" } ], "is_official": false @@ -1033,7 +1025,7 @@ "module_name": "nonebot_plugin_what2eat", "project_link": "nonebot-plugin-what2eat", "name": "今天吃什么", - "desc": "选择恐惧症?让Bot给你今天吃什么建议!", + "desc": "选择恐惧症?让Bot决定你今天吃什么🍕", "author": "KafCoppelia", "homepage": "https://github.com/KafCoppelia/nonebot_plugin_what2eat", "tags": [ @@ -1044,10 +1036,6 @@ { "label": "t:what2eat", "color": "#f09526" - }, - { - "label": "alpha only", - "color": "#181717" } ], "is_official": false @@ -1100,4 +1088,4 @@ ], "is_official": false } -] \ No newline at end of file +] From bda2991c30d14e10b2ef8ca02f21a02db37e108c Mon Sep 17 00:00:00 2001 From: KafCoppelia <69038090+KafCoppelia@users.noreply.github.com> Date: Wed, 26 Jan 2022 14:18:59 +0800 Subject: [PATCH 39/52] Update plugins.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删去了自己几个已经适配b1的alpha标签;修改了自己几个插件的描述,统一风格;修改了几个原a:cqhttp标签为a:onebot --- website/static/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index d1c7da1c..bf224719 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -977,7 +977,7 @@ "homepage": "https://github.com/KafCoppelia/nonebot_plugin_fortune", "tags": [ { - "label": "a:cqhttp", + "label": "a:onebot", "color": "#6952ea" }, { @@ -996,7 +996,7 @@ "homepage": "https://github.com/KafCoppelia/nonebot_plugin_tarot", "tags": [ { - "label": "a:cqhttp", + "label": "a:onebot", "color": "#eaa452" }, { @@ -1030,7 +1030,7 @@ "homepage": "https://github.com/KafCoppelia/nonebot_plugin_what2eat", "tags": [ { - "label": "a:cqhttp", + "label": "a:onebot", "color": "#cd3d3d" }, { From b222863f6397ed176414789983424becf1ff1d86 Mon Sep 17 00:00:00 2001 From: mnixry Date: Wed, 26 Jan 2022 14:52:54 +0000 Subject: [PATCH 40/52] =?UTF-8?q?:beers:=20publish=20plugin=20go-cqhttp=20?= =?UTF-8?q?=E9=A2=91=E9=81=93=E6=94=AF=E6=8C=81=E9=80=82=E9=85=8D=E8=A1=A5?= =?UTF-8?q?=E4=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index bf224719..2359ff96 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1087,5 +1087,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_guild_patch", + "project_link": "nonebot-plugin-guild-patch", + "name": "go-cqhttp 频道支持适配补丁", + "desc": "NoneBot2的QQ频道(go-cqhttp协议)支持适配补丁插件", + "author": "mnixry", + "homepage": "https://github.com/mnixry/nonebot-plugin-guild-patch", + "tags": [ + { + "label": "a:onebot", + "color": "#ea5252" + }, + { + "label": "t:gocqhttp", + "color": "#a2ea52" + } + ], + "is_official": false } -] +] \ No newline at end of file From 942bb8761e97462b462c77378e82539ff6cd007e Mon Sep 17 00:00:00 2001 From: MeetWq Date: Fri, 28 Jan 2022 07:20:26 +0000 Subject: [PATCH 41/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=A3=8B?= =?UTF-8?q?=E7=B1=BB=E6=B8=B8=E6=88=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 2359ff96..2abd9fe8 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1106,5 +1106,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_chess", + "project_link": "nonebot-plugin-chess", + "name": "棋类游戏", + "desc": "棋类游戏插件,目前支持 五子棋、黑白棋、围棋", + "author": "MeetWq", + "homepage": "https://github.com/MeetWq/nonebot-plugin-chess", + "tags": [ + { + "label": "t:chess", + "color": "#ea5252" + }, + { + "label": "a:onebot", + "color": "#000000" + } + ], + "is_official": false } ] \ No newline at end of file From 1b674496ed1560247c1d7dee7493827e412497f2 Mon Sep 17 00:00:00 2001 From: he0119 Date: Sat, 29 Jan 2022 09:56:21 +0000 Subject: [PATCH 42/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=AF=8D?= =?UTF-8?q?=E4=BA=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 2abd9fe8..a8a3144b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1125,5 +1125,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_wordcloud", + "project_link": "nonebot-plugin-wordcloud", + "name": "词云", + "desc": "根据群内聊天记录生成词云", + "author": "he0119", + "homepage": "https://github.com/he0119/nonebot-plugin-wordcloud", + "tags": [], + "is_official": false } ] \ No newline at end of file From a0d9c4e1a0f2af09a9ab6f51eae97bd2a3e2568f Mon Sep 17 00:00:00 2001 From: mgsky1 Date: Sat, 29 Jan 2022 15:43:24 +0000 Subject: [PATCH 43/52] :beers: publish plugin FG(Fifth Generation) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index a8a3144b..fc289384 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1135,5 +1135,15 @@ "homepage": "https://github.com/he0119/nonebot-plugin-wordcloud", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_fg", + "project_link": "nonebot-plugin-fg", + "name": "FG(Fifth Generation)", + "desc": "基于Nonebot2的QQ群机器人🤖️插件,特色功能是利用机器学习算法,基于每日聊天记录生成每日总结", + "author": "mgsky1", + "homepage": "https://github.com/mgsky1/FG-plugin", + "tags": [], + "is_official": false } ] \ No newline at end of file From 613fc09382dd748866c4f04ab744e752169982b6 Mon Sep 17 00:00:00 2001 From: MeetWq Date: Mon, 31 Jan 2022 14:59:33 +0000 Subject: [PATCH 44/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E8=AE=B0=E5=BD=95=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index fc289384..392c50d1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1145,5 +1145,20 @@ "homepage": "https://github.com/mgsky1/FG-plugin", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_chatrecorder", + "project_link": "nonebot-plugin-chatrecorder", + "name": "聊天记录插件", + "desc": "记录机器人收到和发出的消息", + "author": "MeetWq", + "homepage": "https://github.com/MeetWq/nonebot-plugin-chatrecorder", + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + } + ], + "is_official": false } ] \ No newline at end of file From 3408f27a77f7c4c58e26a752b2a03285bab16684 Mon Sep 17 00:00:00 2001 From: alphaAE Date: Wed, 2 Feb 2022 08:35:14 +0000 Subject: [PATCH 45/52] :beers: publish plugin nonebot-plugin-setu2 --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 392c50d1..9903ae46 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1160,5 +1160,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_setu2", + "project_link": "nonebot-plugin-setu2", + "name": "nonebot-plugin-setu2", + "desc": "另一个色图插件,精简至上游,不在本地缓存,可选群启用", + "author": "alphaAE", + "homepage": "https://github.com/NoneBot2-Ae/nonebot-plugin-setu2", + "tags": [], + "is_official": false } ] \ No newline at end of file From 7cdcfd02abc4aaf4b3399e14664e8592319020f6 Mon Sep 17 00:00:00 2001 From: alphaAE Date: Wed, 2 Feb 2022 08:47:52 +0000 Subject: [PATCH 46/52] :beers: publish plugin random-cat --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 9903ae46..9b3470cc 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1170,5 +1170,15 @@ "homepage": "https://github.com/NoneBot2-Ae/nonebot-plugin-setu2", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_random_cat", + "project_link": "nonebot-plugin-random-cat", + "name": "random-cat", + "desc": "使用外网API随机发送猫猫狗狗图片,不在本地缓存,可选群启用", + "author": "alphaAE", + "homepage": "https://github.com/NoneBot2-Ae/nonebot-plugin-random-cat", + "tags": [], + "is_official": false } ] \ No newline at end of file From fe5e5428dd61e7b5f4e732387068613bc7ba6cab Mon Sep 17 00:00:00 2001 From: kexue Date: Thu, 3 Feb 2022 18:05:43 +0800 Subject: [PATCH 47/52] =?UTF-8?q?=F0=9F=8D=BB=20update=20plugin=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 9b3470cc..cf3d446a 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -459,7 +459,12 @@ "desc": "获取和风天气信息并转换为图片", "author": "kexue-z", "homepage": "https://github.com/kexue-z/nonebot-plugin-heweather", - "tags": [], + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + } + ], "is_official": false }, { @@ -588,7 +593,12 @@ "desc": "另一个色图插件,即时下载并保存,可选WebDAV。可选特殊色图", "author": "kexue-z", "homepage": "https://github.com/kexue-z/nonebot-plugin-setu-now", - "tags": [], + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + } + ], "is_official": false }, { @@ -677,7 +687,12 @@ "desc": "生成一张诺基亚(无内鬼)图片", "author": "kexue-z", "homepage": "https://github.com/kexue-z/nonebot-plugin-nokia", - "tags": [], + "tags": [ + { + "label": "alpha only", + "color": "#f56c6c" + } + ], "is_official": false }, { @@ -762,7 +777,12 @@ "desc": "获取聚集更新", "author": "kexue-z", "homepage": "https://github.com/kexue-z/nonebot-plugin-tvseries", - "tags": [], + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + } + ], "is_official": false }, { @@ -797,7 +817,12 @@ "desc": "通过playwright加一点点前端知识来简单的生成图片", "author": "kexue-z", "homepage": "https://github.com/kexue-z/nonebot-plugin-htmlrender", - "tags": [], + "tags": [ + { + "label": "a:onebot", + "color": "#000000" + } + ], "is_official": false }, { From 7e5c179641479c8b85d20d50040b37022527def6 Mon Sep 17 00:00:00 2001 From: KafCoppelia Date: Sat, 5 Feb 2022 03:33:04 +0000 Subject: [PATCH 48/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=BE=A4?= =?UTF-8?q?=E8=81=8A=E5=8F=8D=E9=97=AA=E7=85=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index cf3d446a..01d667c7 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1205,5 +1205,20 @@ "homepage": "https://github.com/NoneBot2-Ae/nonebot-plugin-random-cat", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_antiflash", + "project_link": "nonebot-plugin-antiflash", + "name": "群聊反闪照", + "desc": "顾名思义🎇", + "author": "KafCoppelia", + "homepage": "https://github.com/KafCoppelia/nonebot_plugin_antiflash", + "tags": [ + { + "label": "a:onebot", + "color": "#6f64d4" + } + ], + "is_official": false } ] \ No newline at end of file From f4120d91e0334652b4e7728918abc3ad00e7c944 Mon Sep 17 00:00:00 2001 From: Satoshi Jek Date: Sun, 6 Feb 2022 21:37:27 +0800 Subject: [PATCH 49/52] =?UTF-8?q?:twisted=5Frightwards=5Farrows:=20Plugin:?= =?UTF-8?q?=20=E9=A3=8E=E6=A0=BC=E5=8C=96=E5=AD=97=E7=AC=A6=E4=B8=B2?= =?UTF-8?q?=E7=AE=A1=E7=90=86=20=E5=95=86=E5=BA=97=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20(#773)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(plugins): 插件仓库重定向 * chore(plugins): 补充修改作者信息 --- website/static/plugins.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index 01d667c7..fa245c94 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -184,12 +184,12 @@ "is_official": false }, { - "module_name": "nonebot_plugin_styledstr", - "project_link": "nonebot-plugin-styledstr", - "author": "jks15satoshi", - "desc": "通过字符串标签管理字符串资源", - "name": "风格化字符串管理", - "homepage": "https://github.com/jks15satoshi/nonebot_plugin_styledstr", + "module_name": "nonebot-plugin-strman", + "project_link": "nonebot-plugin-strman", + "author": "echobot-dev", + "desc": "通过字符串标签在文件中集中管理字符串", + "name": "字符串管理工具", + "homepage": "https://github.com/echobot-dev/nonebot-plugin-strman", "tags": [], "is_official": false }, From e98e784fe72adc8ffd48f482517c8fd6aaa4f364 Mon Sep 17 00:00:00 2001 From: applenana Date: Sun, 6 Feb 2022 13:59:58 +0000 Subject: [PATCH 50/52] :beers: publish plugin random_cat_gif --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index fa245c94..0b4de875 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1220,5 +1220,15 @@ } ], "is_official": false + }, + { + "module_name": "random_cat_gif", + "project_link": "random_cat_gif", + "name": "random_cat_gif", + "desc": "无需魔法上网,无需图库的随机猫猫gif插件", + "author": "applenana", + "homepage": "https://github.com/applenana/random_cat_gif", + "tags": [], + "is_official": false } ] \ No newline at end of file From 5e19ad672e5fb8c3d823404244a2ef797ec3aa6b Mon Sep 17 00:00:00 2001 From: kexue-z Date: Sun, 6 Feb 2022 14:26:00 +0000 Subject: [PATCH 51/52] =?UTF-8?q?:beers:=20publish=20plugin=20=E6=97=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E7=9A=84=E9=97=AE=E7=AD=94=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 0b4de875..c7966b24 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1230,5 +1230,24 @@ "homepage": "https://github.com/applenana/random_cat_gif", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_word_bank2", + "project_link": "nonebot-plugin-word-bank2", + "name": "无数据库的问答插件", + "desc": "wordbank,但是重写了", + "author": "kexue-z", + "homepage": "https://github.com/kexue-z/nonebot-plugin-word-bank2", + "tags": [ + { + "label": "a:onebot", + "color": "#ff0000" + }, + { + "label": "wordbank", + "color": "#0b00ff" + } + ], + "is_official": false } ] \ No newline at end of file From c4d82aa21b4f6556c29b420de07b13b07b3dfdde Mon Sep 17 00:00:00 2001 From: suhexia Date: Sun, 6 Feb 2022 16:48:48 +0000 Subject: [PATCH 52/52] =?UTF-8?q?:beers:=20publish=20plugin=20Fgo=E4=BB=8E?= =?UTF-8?q?=E8=80=85=E6=8E=A8=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index c7966b24..56447612 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1249,5 +1249,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_ServantReasoning", + "project_link": "ServantReasoning", + "name": "Fgo从者推理", + "desc": "通过bot描述的从者特征,玩家对从者进行猜测的游戏", + "author": "suhexia", + "homepage": "https://github.com/suhexia/ServantReasoningGame", + "tags": [ + { + "label": "t:game", + "color": "#ed9a41" + }, + { + "label": "a:gocqhttp", + "color": "#ed9a41" + } + ], + "is_official": false } ] \ No newline at end of file