diff --git a/web/src/pages/MainPage.vue b/web/src/pages/MainPage.vue index e601f08..61f8b40 100644 --- a/web/src/pages/MainPage.vue +++ b/web/src/pages/MainPage.vue @@ -239,7 +239,7 @@ 旧乐谱 - DX 2023 + DX 2024 @@ -940,7 +940,7 @@ export default { } else { record.rate = "sssp"; } - if (!this.chart_stats.charts[record.song_id] || !this.chart_stats.charts[record.song_id][record.level_index].fit_diff) { + if (record.song_id > 100000 || !this.chart_stats.charts[record.song_id] || !this.chart_stats.charts[record.song_id][record.level_index].fit_diff) { record.fit_diff = record.ds; } else { record.fit_diff = this.chart_stats.charts[record.song_id][record.level_index].fit_diff