🐛 修复 _lang 为私有变量不会默认序列化的bug

This commit is contained in:
2025-04-27 15:17:12 +08:00
parent 7c0b3cd240
commit 56e06a7001
16 changed files with 17 additions and 17 deletions

View File

@@ -55,7 +55,7 @@ async def _(
name=bot_info.user_name,
),
prompt='top查我',
_lang=get_lang(),
lang=get_lang(),
),
)
) as page_hash:

View File

@@ -96,7 +96,7 @@ async def make_query_image(profile: UserProfile) -> bytes:
apl=history.apl,
apm_trending=Trending.KEEP,
),
_lang=get_lang(),
lang=get_lang(),
),
)
) as page_hash:

View File

@@ -57,7 +57,7 @@ async def _(
name=bot_info.user_name,
),
prompt='top绑定{游戏ID}',
_lang=get_lang(),
lang=get_lang(),
),
)
) as page_hash: