🐞 fix(远征&巅峰): 对手宝物无id数据
This commit is contained in:
@@ -117,7 +117,7 @@ export class PvpHeroInfo {
|
||||
|
||||
@prop({ required: true, _id: false })
|
||||
attribute?: string; // 属性
|
||||
@prop({ required: true, _id: false, type: HeroArtifact })
|
||||
@prop({ required: true, type: HeroArtifact })
|
||||
artifact?: HeroArtifact[] = []; // 宝物
|
||||
|
||||
@prop({ required: false, type: EPlace, _id: false })
|
||||
|
||||
Reference in New Issue
Block a user