mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-07-03 05:23:29 +00:00
* ✨ 缝合自动过验证码,提高成功率 (#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>
19 lines
329 B
JSON
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
|
|
}
|
|
}
|
|
} |