From 243ad3f89615ba4db7a6c7ddea2dfe7801615d00 Mon Sep 17 00:00:00 2001 From: Astolfocat Date: Sun, 19 Mar 2023 07:36:42 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=A4=9A=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E7=83=AD=E6=90=9C=E8=8E=B7=E5=8F=96=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=20(#1822)?= 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 256a2d5a..521ae7c1 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4887,5 +4887,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_hotsearch", + "project_link": "nonebot-plugin-hotsearch", + "name": "多平台热搜获取插件", + "desc": "获取微博/百度/知乎/贴吧/b站的热搜信息", + "author": "Astolfocat", + "homepage": "https://github.com/Astolfocat/nonebot_plugin_hotsearch", + "tags": [], + "is_official": false } ]