mirror of
https://github.com/earthjasonlin/star-rail-warp-export.git
synced 2025-08-02 10:50:17 +08:00
feat: import srgf
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user