mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +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.main = Profile.formatArti(arti.main);
|
||||
ds.attrs = Profile.formatArti(arti.attrs);
|
||||
reliquaries.push(ds);
|
||||
reliquaries[idx * 1 - 1] = ds;
|
||||
});
|
||||
|
||||
let markScore, usefulMark;
|
||||
|
Loading…
Reference in New Issue
Block a user