blivechat/plugins/msg-logging/plugin.json

9 lines
331 B
JSON
Raw Normal View History

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