Modify the Chu3 rating return accuracy (#127)

* Modify the Chu3 rating return accuracy

* [F] Fix aquabox-url doc
This commit is contained in:
Kanon
2025-03-22 06:35:41 +08:00
committed by GitHub
parent 7fb46441f4
commit 7ab58c6495
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ export function parseComposition(item: string, allMusics: Record<string, MusicMe
if (game === 'mai2')
return Math.floor(diff * mult * (Math.min(100.5, score / 10000) / 100)).toFixed(0)
if (game === 'chu3')
return (chusanRating(diff, score) / 100).toFixed(1)
return (Math.floor(chusanRating(diff, score)) / 100).toFixed(2)
}
return {