添加排行榜数据
This commit is contained in:
@@ -19,6 +19,8 @@ export const MESSAGETYPES = {
|
||||
HalfTimeOver: 388606440,
|
||||
};
|
||||
|
||||
export const topThreeColors = ["#FFD947", "#D2D2D2", "#FFA515"];
|
||||
|
||||
export const getMessageTypeName = (id) => {
|
||||
for (let key in MESSAGETYPES) {
|
||||
if (MESSAGETYPES[key] === id) {
|
||||
|
||||
Reference in New Issue
Block a user