mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-19 04:29:45 +08:00
🐛 修复五星平均抽数计算异常
This commit is contained in:
@@ -114,9 +114,9 @@ function loadData(): void {
|
||||
reset5count.value = 1;
|
||||
}
|
||||
});
|
||||
star5avg.value = getStar5Avg();
|
||||
star5List.value = temp5Data.reverse();
|
||||
star4List.value = temp4Data.reverse();
|
||||
star5avg.value = getStar5Avg();
|
||||
}
|
||||
|
||||
// 获取标题
|
||||
|
||||
Reference in New Issue
Block a user