Files
GenshinUID/.vscode/settings.json
lulu666lulu 2ed1b6120a 新增二维码登录 (#410)
*  缝合自动过验证码,提高成功率 (#384)

* 缝合自动过验证码,提高成功率

* 🚨 auto fix by pre-commit-ci

* 🎨 use httpx.AsyncClient instead

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: MingxuanGame <MingxuanGame@outlook.com>

* Update README.md

* add qrlogin

* 1

* 2

* 3

* 3

* 3

* 4

* 5

* 🚨 auto fix by pre-commit-ci

*  improve qrcode login

* 🐛 fix unexpected arguments error

* 🚨 auto fix by pre-commit-ci

* delete aiorequests

* delete aiorequests

* 🎨 update dependencies

Co-authored-by: SonderXiaoming <98363578+SonderXiaoming@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: MingxuanGame <MingxuanGame@outlook.com>
2022-12-27 16:04:27 +08:00

19 lines
329 B
JSON

{
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "off",
"cSpell.words": [
"audioid",
"enka",
"genshin",
"genshinuid",
"minigg",
"nonebot",
"nonebug",
"weapontype"
],
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
}