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"] } ]