Skip to content

Commit

Permalink
🔀 Merge pull request ishkong#35 from ishkong/dev
Browse files Browse the repository at this point in the history
🔀 Merge dev to main
  • Loading branch information
ishkong authored Apr 11, 2021
2 parents c32382d + 6434c6e commit a5b942a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/guide/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ account: # 账号相关
uin: 1233456 # QQ账号
password: '' # 密码为空时使用扫码登录
encrypt: false # 是否开启密码加密
status: 0 # 在线状态
relogin: # 重连设置
disable: false
delay: 3 # 重连延迟, 单位秒
Expand Down Expand Up @@ -135,6 +136,33 @@ database: # 数据库相关设置
enable: true
```
在线状态:
| 状态 | 值 |
| -----|----|
| 在线 | 0 |
| 离开 | 1 |
| 隐身 | 2 |
| 忙 | 3 |
| 听歌中 | 4 |
| 星座运势 | 5 |
| 今日天气 | 6 |
| 遇见春天 | 7 |
| Timi中 | 8 |
| 吃鸡中 | 9 |
| 恋爱中 | 10 |
| 汪汪汪 | 11 |
| 干饭中 | 12 |
| 学习中 | 13 |
| 熬夜中 | 14 |
| 打球中 | 15 |
| 信号弱 | 16 |
| 在线学习 | 17 |
| 游戏中 | 18 |
| 度假中 | 19 |
| 追剧中 | 20 |
| 健身中 | 21 |
::: tip 提示
开启密码加密后程序将在每次启动时要求输入解密密钥, 密钥错误会导致登录时提示密码错误.
Expand Down

0 comments on commit a5b942a

Please sign in to comment.