mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2025-02-02 00:15:41 +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;
|
let data = abyssData.data;
|
||||||
data = lodash.sortBy(data, "floor");
|
data = lodash.sortBy(data, "floor");
|
||||||
|
data = data.reverse();
|
||||||
|
|
||||||
lodash.forEach(data, (floorData) => {
|
lodash.forEach(data, (floorData) => {
|
||||||
let floor = {
|
let floor = {
|
||||||
|
Loading…
Reference in New Issue
Block a user