mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-01-05 08:20:17 +08:00
fix(gachaDetail): reset countMio when get S-Rank
This commit is contained in:
@ -54,7 +54,7 @@ const gachaDetail = (data) => {
|
||||
detail.ssrPos.push([name, index + 1 - lastSSR, time, key])
|
||||
lastSSR = index + 1
|
||||
detail.count4++
|
||||
detail.countMio++
|
||||
detail.countMio = 0
|
||||
if (isWeapon(type)) {
|
||||
detail.count4w++
|
||||
itemCount(detail.weapon4, name)
|
||||
|
Reference in New Issue
Block a user