Compare commits

..

2 Commits

Author SHA1 Message Date
bebb14b63d chore: bump version to 1.0.4 2024-07-21 14:30:40 +08:00
2adf56d062 fix(gachaDetail): reset countMio when get S-Rank 2024-07-21 14:26:14 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "zzz-signal-search-export",
"version": "1.0.3",
"version": "1.0.4",
"main": "./dist/electron/main/main.js",
"author": "earthjasonlin <https://git.loliquq.cn/earthjasonlin>",
"homepage": "https://github.com/earthjasonlin/zzz-signal-search-export",

View File

@ -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)