fix(auth): 更新消息标识符并调整预览样式

This commit is contained in:
JiaJun
2026-04-18 14:20:08 +08:00
parent 7cb5153aa8
commit 052ade8bab
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ import {queryKeys} from '@/lib/queryKeys.ts'
import {useUserStore} from '@/store/user.ts'
import type {HostContextMessage} from '@/types'
const HOST_READY_MESSAGE = 'PLAYX_READY'
const HOST_HEIGHT_MESSAGE = 'PLAYX_HEIGHT'
const HOST_READY_MESSAGE = 'IFRAME_READY'
const HOST_HEIGHT_MESSAGE = 'IFRAME_HEIGHT'
const HOST_READY_INTERVAL = 500
const HOST_READY_RETRY_LIMIT = 20
const HOST_HEIGHT_REPORT_INTERVAL = 250