✨ feat(共鸣系统): 添加获取数据频率限制、修改上阵装备养成限制条件
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user