Skip to content

Commit

Permalink
Update login.go
Browse files Browse the repository at this point in the history
  • Loading branch information
var-mixer authored Jun 2, 2021
1 parent f8dafc2 commit 31bb585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func loginResponseProcessor(res *client.LoginResponse) error {
case client.SliderNeededError:
log.Warnf("登录需要滑条验证码. ")
log.Warnf("请参考文档 -> https://docs.go-cqhttp.org/faq/slider.html <- 进行处理")
log.Warnf("1. 自行抓包并获取 Ticket 输入.")
log.Warnf("1. 自行抓包并获取 Ticket 输入..")
log.Warnf("2. 使用手机QQ扫描二维码登入. (推荐)")
log.Warn("请输入(1 - 2) (将在10秒后自动选择2):")
text = readLineTimeout(time.Second*10, "2")
Expand Down

0 comments on commit 31bb585

Please sign in to comment.