diff --git a/docs/config.md b/docs/config.md index dcaa77e..2ba5612 100644 --- a/docs/config.md +++ b/docs/config.md @@ -24,12 +24,13 @@ go-cqhttp 支持导入CQHTTP的配置文件, 具体步骤为: "access_token": "", "relogin": false, "relogin_delay": 0, + "post_message_format": "string", "http_config": { "enabled": true, "host": "0.0.0.0", "port": 5700, + "timeout": 5, "post_urls": {"url:port": "secret"}, - "post_message_format": "string" }, "ws_config": { "enabled": true,