From 472a2c7866214ec3850912d9395fc0bab44e5b27 Mon Sep 17 00:00:00 2001 From: SuperGuGuGu Date: Tue, 13 Jun 2023 18:25:28 +0800 Subject: [PATCH] :beers: publish plugin bili_push (#2100) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index c2e82625..91fab321 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6734,5 +6734,24 @@ "is_official": false, "type": null, "supported_adapters": null + }, + { + "module_name": "nonebot_plugin_bili_push", + "project_link": "nonebot-plugin-bili-push", + "name": "bili_push", + "desc": "推送b站动态", + "author": "SuperGuGuGu", + "homepage": "https://github.com/SuperGuGuGu/nonebot_plugin_bili_push", + "tags": [ + { + "label": "bilibili", + "color": "#de5d92" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": [ + "nonebot.adapters.onebot.v11" + ] } ]