From 0cb65214c69aab8a8b6a074bb5a5fbe7821140d7 Mon Sep 17 00:00:00 2001 From: itsevin Date: Mon, 16 Jan 2023 06:54:20 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E8=AF=AD=E9=9F=B3?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=20(#1596)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index e52be600..8f162480 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4088,5 +4088,28 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_record", + "project_link": "nonebot-plugin-record", + "name": "语音功能", + "desc": "语音功能适配插件,包括语音事件响应器,语音识别、语音合成等功能", + "author": "itsevin", + "homepage": "https://github.com/itsevin/nonebot_plugin_record", + "tags": [ + { + "label": "t:语音", + "color": "#fff35d" + }, + { + "label": "语音识别", + "color": "#37c0f6" + }, + { + "label": "语音事件响应器", + "color": "#18e13c" + } + ], + "is_official": false } ]