diff --git a/plugins/msg-logging/plugin.json b/plugins/msg-logging/plugin.json index ac1fcc2..8005a7e 100644 --- a/plugins/msg-logging/plugin.json +++ b/plugins/msg-logging/plugin.json @@ -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 } diff --git a/plugins/text-to-speech/main.py b/plugins/text-to-speech/main.py old mode 100644 new mode 100755 diff --git a/plugins/text-to-speech/plugin.json b/plugins/text-to-speech/plugin.json index baef562..e4a743c 100644 --- a/plugins/text-to-speech/plugin.json +++ b/plugins/text-to-speech/plugin.json @@ -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 }