mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-25 09:27:34 +00:00
当resources/meta/info/pool.js里面的内容没法及时更新的时候,默认当前卡池为up五星卡池。#I77VKJ
当resources/meta/info/pool.js里面的内容没法及时更新的时候,默认当前卡池为up五星卡池。#I77VKJ Signed-off-by: Debin <luodeb@outlook.com>
This commit is contained in:
parent
fe6139906c
commit
6f02237c1c
@ -152,7 +152,7 @@ let GachaData = {
|
||||
let isUp = false
|
||||
// 歪了多少个
|
||||
if (type === 'char') {
|
||||
if (currVersion.char5.includes(ds.name)) {
|
||||
if (!currVersion.hasOwnProperty("char5") || currVersion.char5.includes(ds.name)) {
|
||||
isUp = true
|
||||
} else {
|
||||
wai++
|
||||
|
Loading…
Reference in New Issue
Block a user