From 441e772f486e363c84471aca616abd25b5ec270a Mon Sep 17 00:00:00 2001 From: Agnes4m Date: Thu, 13 Apr 2023 23:53:57 +0800 Subject: [PATCH] :beers: publish plugin Bilifan (#1920) --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index a884cb78..47724c1d 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5317,5 +5317,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_bilifan", + "project_link": "nonebot-plugin-bilifan", + "name": "Bilifan", + "desc": "自动刷b站直播间牌子", + "author": "Agnes4m", + "homepage": "https://github.com/Agnes4m/nonebot_plugin_bilifan", + "tags": [ + { + "label": "t:bilibili", + "color": "#ec15c6" + } + ], + "is_official": false } ]