查询图支持处理没有签名的情况

This commit is contained in:
2024-05-03 23:12:06 +08:00
parent c92bc3aaad
commit be1b07d5dc
3 changed files with 7 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ async def render(
*,
user_avatar: str,
user_name: str,
user_sign: str,
user_sign: str | None,
game_type: Literal['TETR.IO'],
ranking: str | float,
rd: str | float,