feat(chat): handle daily message paywall
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
export type ChatEvent =
|
||||
// 鉴权生命周期(登录态变化后由 ChatAuthSync 派)
|
||||
| { type: "ChatGuestLogin" }
|
||||
| { type: "ChatNonGuestLogin"; token: string }
|
||||
| { type: "ChatNonGuestLogin"; token: string; isVip: boolean }
|
||||
| { type: "ChatLogout" }
|
||||
// 业务事件
|
||||
| { type: "ChatSendMessage"; content: string }
|
||||
|
||||
Reference in New Issue
Block a user