插件说明添加发布地址

This commit is contained in:
John Smith 2024-03-07 21:46:32 +08:00
parent 29ff61748b
commit 9c13dce45b
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "消息日志",
"version": "1.0.0",
"author": "xfgryujk",
"description": "把收到的消息记录到文件中。点击管理打开日志目录。日志不会自动清理,记得定期清理",
"description": "把收到的消息记录到文件中。点击管理打开日志目录。日志不会自动清理,记得定期清理。发布地址https://github.com/xfgryujk/blivechat/discussions/163",
"run": "msg-logging.exe",
"enabled": true
}

0
plugins/text-to-speech/main.py Normal file → Executable file
View File

View File

@ -2,7 +2,7 @@
"name": "文字转语音",
"version": "1.0.0",
"author": "xfgryujk",
"description": "用语音读出收到的消息。点击管理打开配置文件,编辑保存后重启插件生效",
"description": "用语音读出收到的消息。点击管理打开配置文件,编辑保存后重启插件生效。发布地址https://github.com/xfgryujk/blivechat/discussions/164",
"run": "text-to-speech.exe",
"enabled": true
}