Skip to content

Commit

Permalink
🐛 添加和纱的别名
Browse files Browse the repository at this point in the history
  • Loading branch information
KimigaiiWuyi committed Jul 14, 2024
1 parent ee78f78 commit 7abb228
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance",
"detachhead.basedpyright",
"ms-python.isort",
"ms-python.black-formatter"
]
}
}
18 changes: 2 additions & 16 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"cSpell.words": [
"enka",
"genshin",
"genshinuid"
],
"python.languageServer": "None",
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
Expand All @@ -21,15 +15,7 @@
"--profile",
"black"
],
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
"python.linting.flake8CategorySeverity.W": "Warning",
"python.linting.flake8CategorySeverity.F": "Warning",
"python.linting.flake8CategorySeverity.E": "Warning",
"python.analysis.extraPaths": [
"basedpyright.analysis.extraPaths": [
"${workspaceFolder}/../../../"
],
"python.analysis.include": [
"${workspaceFolder}/../../../"
]
}
4 changes: 4 additions & 0 deletions BlueArchiveUID/bauid_guide/alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
'睦月(正月)',
'睦月(新年)',
],
'和纱': [
'肥猫',
'河沙',
],
}

0 comments on commit 7abb228

Please sign in to comment.