From 3b128f9f9c08182e665c269a9d827a9d5f68870e Mon Sep 17 00:00:00 2001 From: eatMoreApple <15055461510@163.com> Date: Sat, 24 Apr 2021 17:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 333d1ee..65196c3 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@ golang版本大于等于1.11 -**目前可以突破微信网页版限制登录,但是存在个别可以在网页版登录,但不能使用主分支登录的用户可以尝试使用`slave`分支进行登录** - - - ### 安装 `go get` @@ -23,12 +19,6 @@ go get github.com/eatMoreApple/openwechat -`go mod` - -```shell -require github.com/eatMoreApple/openwechat -``` - ### 快速开始 @@ -66,6 +56,16 @@ func main() { +#### 突破网页版登录限制 + +**网页版登陆不上的可以尝试使用该模式登陆** + +```go +bot := openwechat.DefaultBot(openwechat.Desktop) +``` + + + #### 回复消息 ```go