调整手机端弹窗通知规则

This commit is contained in:
pllx
2026-05-05 21:57:24 +08:00
parent 64945a973e
commit 645fe2a830
4 changed files with 45 additions and 14 deletions
+3
View File
@@ -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,
);
}