fix: 头像和名字不统一问题

This commit is contained in:
hujinbin
2024-11-26 15:39:58 +08:00
parent 7aa8fdf234
commit e2f024763a
4 changed files with 13 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ export interface IPersonConfig {
name: string;
department: string;
identity: string;
avatar: string;
isWin: boolean;
x: number;
y: number