🎨 补充别名

This commit is contained in:
KimigaiiWuyi 2024-10-09 16:28:50 +08:00
parent 1478dcdc4c
commit ed99701385
2 changed files with 6 additions and 1 deletions

View File

@ -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 != '旅行者':

View File

@ -878,5 +878,10 @@
"马拉尼",
"马拉妮",
"玛拉你"
],
"希诺宁": [
"西诺宁",
"豹女",
"希诺柠"
]
}