Merge branch 'feature/skin' into dev

This commit is contained in:
xichaoyin 2024-01-11 23:01:18 +08:00
commit f70ba5367c

View File

@ -72,5 +72,5 @@ type heroAddKey = {
[pos: string]: string;
};
/**皮肤*/
skin: string;
skin: string | number;
};