Skip to content

Commit 1cb4089

Browse files
committed
update
1 parent d8f492d commit 1cb4089

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/guide/getting-started.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,20 @@ config_<qq号>.json 示例:
128128

129129
如果是 Docker 部署,进入容器日志会看到二维码会打印在终端上
130130

131+
## 启用快速登录自动登录
132+
133+
修改 `pmhq_config.json``quick_login_qq` 为你要自动登录的 QQ 号
134+
135+
如:
136+
137+
```json
138+
{
139+
"quick_login_qq": 123456789
140+
}
141+
```
142+
143+
如果你手动登录过这个 QQ 号,下次启动会自动登录
144+
131145
## 下一步
132146

133147
参阅 [对接其他框架](./configuration.md#对接其他框架)

0 commit comments

Comments
 (0)