mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-08 04:55:51 +08:00
🎨 补充别名
This commit is contained in:
parent
1478dcdc4c
commit
ed99701385
@ -278,7 +278,7 @@ class Character:
|
||||
self.char_id = await name_to_avatar_id(char_name_covert)
|
||||
try:
|
||||
char_raw = await get_character_info(name=char_name_covert)
|
||||
except ConnectTimeout:
|
||||
except: # noqa: E722
|
||||
char_raw = -1
|
||||
|
||||
if not self.char_id and char_name != '旅行者':
|
||||
|
@ -878,5 +878,10 @@
|
||||
"马拉尼",
|
||||
"马拉妮",
|
||||
"玛拉你"
|
||||
],
|
||||
"希诺宁": [
|
||||
"西诺宁",
|
||||
"豹女",
|
||||
"希诺柠"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user