Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed May 30, 2023
1 parent 4623f82 commit b422f3f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ mirai-console 的扫码登录命令 临时实现。
* 扫码登录暂无预发行版本或稳定版本支持,仅有开发版支持,可能会有较明显的 bug。
* 扫码登录的接口可能会在 `2.15.0-RC` 发生变化,本插件不保证在以后版本的可用性。

最近已知的风控

* 服务器最近似乎针对手表协议进行了更新,发送消息过快可能会导致机器人被风控无法再发送群消息。
* 该风控可通过让机器人频繁发送消息复现。一般来说通过密码登录皆为 code=45
* 若机器人无法发送群消息,请删除 cache 和 device.json 重新登录再试。
* 请尝试寻找降低消息发送速度的措施。

**请等待密码登录相关协议的更新。**

## 这是什么

最近二维码登录的 PR 合并了,但是我并没有找到登录命令,所以我打算写一份暂时用着。为了较快地能写出一套登录命令,大部分代码是抄的mirai原来的自动登录系统。
Expand Down Expand Up @@ -51,6 +60,9 @@ qrlogin <QQ号>
添加 jvm 参数 `-Dqrlogin.no-solver` 可以禁止本插件修改登录解决器。

## 构建

> 非开发者可无视此部分。
```
./gradlew buildPlugin
```
Expand Down

0 comments on commit b422f3f

Please sign in to comment.