From e2e9bcc26083b029e18302343c3d4e9e4e7a6306 Mon Sep 17 00:00:00 2001 From: eya46 Date: Thu, 2 Feb 2023 02:42:23 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20B=E7=AB=99?= =?UTF-8?q?=E7=83=AD=E6=90=9C=20(#1657)?= 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 09cbb54a..111b6781 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4079,5 +4079,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_b23", + "project_link": "nonebot-plugin-b23", + "name": "B站热搜", + "desc": "获取B站热搜", + "author": "eya46", + "homepage": "https://github.com/eya46/nonebot_plugin_b23", + "tags": [ + { + "label": "t:bilibili", + "color": "#00aeec" + }, + { + "label": "热搜", + "color": "#00aeec" + } + ], + "is_official": false } ]