feat:皮肤

This commit is contained in:
xichaoyin 2024-01-11 23:01:07 +08:00
parent 4e12d706fe
commit 0023683669

View File

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