1.优化ws游戏对局推送消息-小奖为bet.win

This commit is contained in:
2026-05-26 12:31:33 +08:00
parent 7edc3ec010
commit ae7af24565
5 changed files with 101 additions and 17 deletions

View File

@@ -98,13 +98,18 @@ const logs = ref<Array<{ t: number; event: string; payload: string }>>([])
const defaultSubscribeTopics = [
'period.tick',
'user.streak',
'period.opened',
'period.locked',
'period.opened',
'period.payout',
'bet.accepted',
'period.payout.tick',
'bet.win',
'user.streak',
'wallet.changed',
'bet.accepted',
'jackpot.hit',
'auto.spin.progress',
'admin.live.snapshot',
'admin.live.opened',
] as const
const testPlayerOddsSourceLabel = computed(() => {