This commit is contained in:
Vick Scarlet
2021-08-19 15:16:12 +08:00
parent 803a1a4438
commit e682156f9a
4 changed files with 15 additions and 24 deletions

View File

@@ -37,6 +37,8 @@ class Property {
talent = talent?.split(',') || [];
talent = talent.map(v=>Number(v));
age[a] = { event, talent };
}
}