feat(共鸣系统): 添加获取数据频率限制、修改上阵装备养成限制条件

This commit is contained in:
zhangxk
2023-10-10 14:43:15 +08:00
parent e82e6b63ba
commit 30a23d3632
3 changed files with 19 additions and 3 deletions

View File

@@ -255,7 +255,7 @@ export function sortData(dbResonanceMap: Map<number, ResonanceType>, heroes: Her
}
}
return topLineHeroes[1 - 1];
return topLineHeroes[LINEUP_NUM - 1];
}
export function sortByConnect(heroes: HeroType[], index: number) {