完成排位匹配调试

This commit is contained in:
kron
2026-02-09 10:40:40 +08:00
parent 2044821e4d
commit 1a5a488776
6 changed files with 30 additions and 37 deletions

View File

@@ -39,6 +39,7 @@ export const MESSAGETYPESV2 = {
BattleEnd: 6,
HalfRest: 7,
TestDistance: 8,
MatchSuccess: 9,
};
export const topThreeColors = ["#FFD947", "#D2D2D2", "#FFA515"];