simple-robot / simbot-component-mirai

simple-robot下的mirai组件
https://component-mirai.simbot.forte.love/
GNU Affero General Public License v3.0
20 stars 0 forks source link

增加对二维码扫码登陆的支持 #136

Closed ForliyScarlet closed 1 year ago

ForliyScarlet commented 1 year ago

配置文件中 passwordInfo.type 增加新的类型 qr_code

{
  "passwordInfo": {
    "type": "qr_code"
  }
}

在 #138 (即 v3.0.0.0-M7 ) 之后:

{
  "authorization": {
    "type": "qr_code"
  }
}