diff --git a/website/static/plugins.json b/website/static/plugins.json index 2a716554..58b265f4 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5168,5 +5168,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_bilichat", + "project_link": "nonebot-plugin-bilichat", + "name": "多功能哔哩哔哩解析工具", + "desc": "视频链接解析,并根据其内容生成基本信息、词云和使用 ChatGPT 进行内容总结", + "author": "djkcyl", + "homepage": "https://github.com/djkcyl/nonebot-plugin-bilichat", + "tags": [ + { + "label": "t:BiliBili", + "color": "#ffc8ea" + }, + { + "label": "a:onebot", + "color": "#ff75a8" + }, + { + "label": "t:ChatGPT", + "color": "#75ffc0" + } + ], + "is_official": false } ]