refactor: 重构中奖和推送大奖事件,中奖过度动画,和开奖动画

This commit is contained in:
JiaJun
2026-05-27 14:57:08 +08:00
parent 046f250ce3
commit 2b2b86a73d
48 changed files with 2471 additions and 422 deletions

View File

@@ -55,8 +55,8 @@ type GameSocketClientOptions = {
function toQueryString(context: GameSocketContext) {
const params = new URLSearchParams({
token: context.token,
auth_token: context.authToken,
'user-token': context.token,
'auth-token': context.authToken,
device_id: context.deviceId,
lang: context.lang,
})