mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🐛 修复 _lang 为私有变量不会默认序列化的bug
This commit is contained in:
@@ -8,7 +8,7 @@ from ...typedefs import Lang, Number
|
||||
|
||||
|
||||
class Base(BaseModel):
|
||||
_lang: Lang
|
||||
lang: Lang
|
||||
|
||||
|
||||
class Avatar(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user