mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2025-02-01 16:05:53 +00:00
圣遗物评分排序应该用数字类型 _mark 而不是字符类型的 mark (#280)
This commit is contained in:
parent
9ecc6e5b31
commit
c75a14fa4c
@ -168,7 +168,7 @@ async function renderCharRankList ({ e, uids, char, mode, groupId }) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tmp._mark = mark?.mark || 0
|
tmp._mark = mark?._mark || 0
|
||||||
tmp._dmg = dmg?.avg || 0
|
tmp._dmg = dmg?.avg || 0
|
||||||
tmp._star = 5 - tmp.star
|
tmp._star = 5 - tmp.star
|
||||||
list.push(tmp)
|
list.push(tmp)
|
||||||
|
Loading…
Reference in New Issue
Block a user