mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 12:51:30 +00:00
修正B服面板圣遗物顺序有可能错乱的问题
This commit is contained in:
parent
89769be51a
commit
1a456c618c
@ -794,7 +794,7 @@ export async function renderProfile(e, char, render, mode = "profile", params =
|
|||||||
ds.markType = isNewScore ? Reliquaries2.getMarkScore(mark) : Reliquaries.getMarkScore(mark, maxMark);
|
ds.markType = isNewScore ? Reliquaries2.getMarkScore(mark) : Reliquaries.getMarkScore(mark, maxMark);
|
||||||
ds.main = Profile.formatArti(arti.main);
|
ds.main = Profile.formatArti(arti.main);
|
||||||
ds.attrs = Profile.formatArti(arti.attrs);
|
ds.attrs = Profile.formatArti(arti.attrs);
|
||||||
reliquaries.push(ds);
|
reliquaries[idx * 1 - 1] = ds;
|
||||||
});
|
});
|
||||||
|
|
||||||
let markScore, usefulMark;
|
let markScore, usefulMark;
|
||||||
|
Loading…
Reference in New Issue
Block a user