mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-04-21 16:00:17 +08:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
bebb14b63d
|
|||
2adf56d062
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "zzz-signal-search-export",
|
"name": "zzz-signal-search-export",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"main": "./dist/electron/main/main.js",
|
"main": "./dist/electron/main/main.js",
|
||||||
"author": "earthjasonlin <https://git.loliquq.cn/earthjasonlin>",
|
"author": "earthjasonlin <https://git.loliquq.cn/earthjasonlin>",
|
||||||
"homepage": "https://github.com/earthjasonlin/zzz-signal-search-export",
|
"homepage": "https://github.com/earthjasonlin/zzz-signal-search-export",
|
||||||
|
@ -54,7 +54,7 @@ const gachaDetail = (data) => {
|
|||||||
detail.ssrPos.push([name, index + 1 - lastSSR, time, key])
|
detail.ssrPos.push([name, index + 1 - lastSSR, time, key])
|
||||||
lastSSR = index + 1
|
lastSSR = index + 1
|
||||||
detail.count4++
|
detail.count4++
|
||||||
detail.countMio++
|
detail.countMio = 0
|
||||||
if (isWeapon(type)) {
|
if (isWeapon(type)) {
|
||||||
detail.count4w++
|
detail.count4w++
|
||||||
itemCount(detail.weapon4, name)
|
itemCount(detail.weapon4, name)
|
||||||
|
Reference in New Issue
Block a user