调整手机端弹窗通知规则
This commit is contained in:
@@ -36,6 +36,7 @@ class GameBetBroadcastService
|
||||
toastMessage: "<b>{$username}</b> 押注 <b>{$formattedAmount}</b> 金币({$betLabel})",
|
||||
toastIcon: '🎲',
|
||||
toastColor: '#d97706',
|
||||
toastActorUsername: $username,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -54,6 +55,7 @@ class GameBetBroadcastService
|
||||
toastMessage: "<b>{$username}</b> 押注 <b>{$formattedAmount}</b> 金币({$horseName})",
|
||||
toastIcon: '🐎',
|
||||
toastColor: '#d97706',
|
||||
toastActorUsername: $username,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -73,6 +75,7 @@ class GameBetBroadcastService
|
||||
toastIcon: '🎟️',
|
||||
toastColor: '#dc2626',
|
||||
action: '大声宣告',
|
||||
toastActorUsername: $username,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user