From f620bd8eb2ab8dc148cc0ab286c377ed93707ed1 Mon Sep 17 00:00:00 2001 From: XTxiaoting14332 Date: Sun, 27 Aug 2023 12:37:07 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20httpcat-=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=8C=AB=F0=9F=98=BA=20(#2305)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 343518a8..6bd0868e 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7231,5 +7231,22 @@ "is_official": false, "type": "application", "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_simple_httpcat", + "project_link": "nonebot-plugin-simple-httpcat", + "name": "httpcat-状态猫😺", + "desc": "简单粗暴的httpcat插件,参考了zjkwdy大佬的weather_lite插件", + "author": "XTxiaoting14332", + "homepage": "https://github.com/XTxiaoting14332/nonebot-plugin-simple-httpcat", + "tags": [ + { + "label": "httpcat", + "color": "#5dbfc8" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]