mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
🍻 publish plugin 语音功能 (#1596)
This commit is contained in:
@ -4088,5 +4088,28 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"is_official": false
|
"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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user