From d29ba62ff92b25c43674f882943228379f83b62b Mon Sep 17 00:00:00 2001 From: Q1351998764 Date: Sun, 17 Sep 2023 14:59:35 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-video-api (#2366) --- website/static/plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 73ecbf51..fe384938 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7343,5 +7343,22 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_video_api", + "project_link": "nonebot-plugin-video-api", + "name": "nonebot-plugin-video-api", + "desc": "一款可以自由增删视频指令和api的插件", + "author": "Q1351998764", + "homepage": "https://github.com/Q1351998764/nonebot-plugin-video-api", + "tags": [ + { + "label": "视频api", + "color": "#14d8de" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]