blivechat/plugins/msg-logging/plugin.json

9 lines
260 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:25:02 +08:00
"description": "把收到的消息记录到文件中。点击管理打开日志目录。日志不会自动清理,记得定期清理",
2024-03-02 08:59:08 +08:00
"run": "msg-logging.exe",
"enabled": true
}