From 59934982b9462d7515d85488b8e1c9d3ec0dca09 Mon Sep 17 00:00:00 2001 From: fkx4-p <42882359+fkx4-p@users.noreply.github.com> Date: Thu, 19 Nov 2020 22:48:30 +0800 Subject: [PATCH] Update quick_start.md 1.Fixed Ink33's typo and my error. 2.Added a discription and an example to make the checking part more reasonable. --- docs/quick_start.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quick_start.md b/docs/quick_start.md index 778a533..61760d0 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -103,6 +103,8 @@ enable ws?(Y/n) 如果出现`{"data":{"message_id":balabala},"retcode":0,"status":"ok"}`则证明已经成功配置HTTP +*注:请 连 中括号 也替换掉,就像这样:*`http://127.0.0.1:5700/send_private_msg?user_id=10001&message=ffeecoishp` + # 进阶指南 ## 如何自己构建 @@ -117,13 +119,11 @@ enable ws?(Y/n) *注:可以使用*`go env -w GOPROXY=https://goproxy.cn,direct`*来加速国内依赖安装速度* -*注:此时构建后的文件名为*`go-cqhttp`(Linux)或`go-cqhttp.exe`(Windows) - ## 更新 ### 方法一 -从[release] (https://github.com/Mrs4s/go-cqhttp/releases)界面下载最新版本的go-cqhttp +从[release](https://github.com/Mrs4s/go-cqhttp/releases)界面下载最新版本的go-cqhttp 并替换之前的版本 ### 方法二 @@ -144,4 +144,4 @@ enable ws?(Y/n) - `https://github.rc1844.workers.dev` #### linux -方法与windows基本一致,将 `go-cqhttp.exe` 替换为 `./go-cqhttp`即可 \ No newline at end of file +方法与windows基本一致,将 `go-cqhttp.exe` 替换为 `./go-cqhttp`即可