添加新通知处理

This commit is contained in:
kron
2026-02-06 14:00:18 +08:00
parent 0a9f398ef4
commit 09d8e7b3da
2 changed files with 45 additions and 38 deletions

View File

@@ -37,6 +37,7 @@ export const MESSAGETYPESV2 = {
ShootResult: 4,
NewRound: 5,
BattleEnd: 6,
halfRest: 7,
};
export const topThreeColors = ["#FFD947", "#D2D2D2", "#FFA515"];