We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55ba1c commit d448fe1Copy full SHA for d448fe1
plugins.json
@@ -1,4 +1,13 @@
1
{
2
+ "astrbot-plugin-vocu-tts": {
3
+ "display_name": "VocuTTS",
4
+ "desc": "通过 Vocu API 将机器人发送的文本消息自动转为语音,支持 TRPG 括号内容过滤与情绪映射。",
5
+ "author": "Salieri",
6
+ "repo": "https://github.com/Salieri-Amadeus/VocuTTS_Astrbot",
7
+ "tags": [
8
+ "tts"
9
+ ]
10
+ },
11
"astrbot-plugin-unturned-servers": {
12
"display_name": "Unturned 服务器查询",
13
"desc": "查询 Unturned 游戏服务器实时状态和在线玩家信息,支持 /status 和 /players 命令",
0 commit comments