mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2025-02-01 16:05:53 +00:00
深渊使用率楼层倒序
This commit is contained in:
parent
30f6ea1e99
commit
fb065f9124
@ -133,6 +133,7 @@ export async function abyssPct(e, { render }) {
|
||||
|
||||
let data = abyssData.data;
|
||||
data = lodash.sortBy(data, "floor");
|
||||
data = data.reverse();
|
||||
|
||||
lodash.forEach(data, (floorData) => {
|
||||
let floor = {
|
||||
|
Loading…
Reference in New Issue
Block a user