🐛 调整部分UI,修复角色详情刷新异常

This commit is contained in:
目棃
2024-12-11 09:06:16 +08:00
parent 702fda94bd
commit 45debc85d8
5 changed files with 50 additions and 53 deletions

View File

@@ -175,7 +175,7 @@ declare namespace TGApp.Game.Avatar {
desc: string;
affix_level: number;
main_property: Prop;
sub_property: Prop;
sub_property: Prop | null;
}
/**