From 8f3e9f87cb56fa63e51a6821e0b523a1c865da06 Mon Sep 17 00:00:00 2001 From: "noneflow[bot]" <129742071+noneflow[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:52:24 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=A4=9A=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9=E8=A7=A3=E6=9E=90?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=20(#1897)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: djkcyl --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 } ]