mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
修正Enka下莫娜的A天赋获取错误
This commit is contained in:
parent
ea28dcc542
commit
1908e2b634
@ -174,7 +174,7 @@ let EnkaData = {
|
|||||||
} else {
|
} else {
|
||||||
key = ['a', 'e', 'q'][idx++]
|
key = ['a', 'e', 'q'][idx++]
|
||||||
}
|
}
|
||||||
ret[key] = {
|
ret[key] = ret[key] || {
|
||||||
original: lv
|
original: lv
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user