From c66953779ce5d6932118e7c40f53987a8d7d158f Mon Sep 17 00:00:00 2001 From: Ailitonia Date: Thu, 24 Aug 2023 10:23:06 +0800 Subject: [PATCH] :beers: publish plugin Nonebot Requests (#2293) --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index c4fe6c60..4a116406 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7197,5 +7197,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_requests", + "project_link": "nonebot-plugin-requests", + "name": "Nonebot Requests", + "desc": "封装 ForwardDriver 实现 HttpClient 功能", + "author": "Ailitonia", + "homepage": "https://github.com/Ailitonia/nonebot-plugin-requests", + "tags": [ + { + "label": "requests", + "color": "#80bcc2" + } + ], + "is_official": false, + "type": "library", + "supported_adapters": null } ]