🐞 fix(gvg): 遗迹阵容保存添加字段
This commit is contained in:
@@ -12,6 +12,8 @@ export class Lineup {
|
||||
order: number; // 行动顺序
|
||||
@prop({ required: true })
|
||||
ce: number; // 战力
|
||||
@prop({ required: true })
|
||||
correspondingVar?: number;
|
||||
}
|
||||
|
||||
@index({ day: 1, groupKey: 1, vestigeId: 1, rank: 1 })
|
||||
|
||||
Reference in New Issue
Block a user