feat: import srgf

This commit is contained in:
mio
2024-08-08 21:58:24 +08:00
parent acd7b66761
commit f6d0a18d5c
5 changed files with 67 additions and 59 deletions

View File

@@ -11,6 +11,7 @@ const itemCount = (map, name) => {
const order = ['11', '12', '1', '2']
const gachaDetail = (data) => {
if (!data) return
const detailMap = new Map()
for (let key of order) {
if (!data.has(key)) return